You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStar::Types::UpdateUserProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateUserProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The name that is displayed as the friendly name for the user in AWS CodeStar.

Returns:

  • (String)

    The name that is displayed as the friendly name for the user in AWS CodeStar.

#email_addressString

The email address that is displayed as part of the user\'s profile in AWS CodeStar.

Returns:

  • (String)

    The email address that is displayed as part of the user\'s profile in AWS CodeStar.

#ssh_public_keyString

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.

Returns:

  • (String)

    The SSH public key associated with the user in AWS CodeStar.

#user_arnString

The name that will be displayed as the friendly name for the user in AWS CodeStar.

Returns:

  • (String)

    The name that will be displayed as the friendly name for the user in AWS CodeStar.