class Aws::CodeStar::Types::CreateUserProfileRequest
@note When making an API call, you may pass CreateUserProfileRequest
data as a hash: { user_arn: "UserArn", # required display_name: "UserProfileDisplayName", # required email_address: "Email", # required ssh_public_key: "SshPublicKey", }
@!attribute [rw] user_arn
The Amazon Resource Name (ARN) of the user in IAM. @return [String]
@!attribute [rw] display_name
The name that will be displayed as the friendly name for the user in AWS CodeStar. @return [String]
@!attribute [rw] email_address
The email address that will be displayed as part of the user's profile in AWS CodeStar. @return [String]
@!attribute [rw] ssh_public_key
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codestar-2017-04-19/CreateUserProfileRequest AWS API Documentation
Constants
- SENSITIVE