Searched refs:ssh_username (Results 1 – 1 of 1) sorted by relevance
1124 def create_user_profile(self, iam_user_arn, ssh_username=None, argument1155 if ssh_username is not None:1156 params['SshUsername'] = ssh_username3002 def update_user_profile(self, iam_user_arn, ssh_username=None, argument3033 if ssh_username is not None:3034 params['SshUsername'] = ssh_username