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_timestamp ⇒ Time

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

Returns:

  • (Time) —

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

#display_name ⇒ String

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_address ⇒ String

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_timestamp ⇒ Time

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_key ⇒ String

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_arn ⇒ String

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

Returns:

  • (String) —

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