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

Class: Aws::CodeStar::Types::UpdateUserProfileResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The date the user profile was created, in timestamp format.

Returns:

  • (Time)

    The date the user profile was created, in timestamp format.

#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.

#last_modified_timestampTime

The date the user profile was last modified, in timestamp format.

Returns:

  • (Time)

    The date the user profile was last modified, in timestamp format.

#ssh_public_keyString

The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.

Returns:

  • (String)

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

#user_arnString

The Amazon Resource Name (ARN) of the user in IAM.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the user in IAM.