class Aws::CodeStar::Types::UpdateUserProfileRequest

@note When making an API call, you may pass UpdateUserProfileRequest

data as a hash:

    {
      user_arn: "UserArn", # required
      display_name: "UserProfileDisplayName",
      email_address: "Email",
      ssh_public_key: "SshPublicKey",
    }

@!attribute [rw] user_arn

The name that will be displayed as the friendly name for the user in
AWS CodeStar.
@return [String]

@!attribute [rw] display_name

The name that is displayed as the friendly name for the user in AWS
CodeStar.
@return [String]

@!attribute [rw] email_address

The email address that is 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/UpdateUserProfileRequest AWS API Documentation

Constants

SENSITIVE