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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestar/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:display_name, :email_address]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

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

Returns:

  • (Time)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-codestar/types.rb', line 1194

class UpdateUserProfileResult < Struct.new(
  :user_arn,
  :display_name,
  :email_address,
  :ssh_public_key,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = [:display_name, :email_address]
  include Aws::Structure
end

#display_nameString

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

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-codestar/types.rb', line 1194

class UpdateUserProfileResult < Struct.new(
  :user_arn,
  :display_name,
  :email_address,
  :ssh_public_key,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = [:display_name, :email_address]
  include Aws::Structure
end

#email_addressString

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

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-codestar/types.rb', line 1194

class UpdateUserProfileResult < Struct.new(
  :user_arn,
  :display_name,
  :email_address,
  :ssh_public_key,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = [:display_name, :email_address]
  include Aws::Structure
end

#last_modified_timestampTime

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

Returns:

  • (Time)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-codestar/types.rb', line 1194

class UpdateUserProfileResult < Struct.new(
  :user_arn,
  :display_name,
  :email_address,
  :ssh_public_key,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = [:display_name, :email_address]
  include Aws::Structure
end

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


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-codestar/types.rb', line 1194

class UpdateUserProfileResult < Struct.new(
  :user_arn,
  :display_name,
  :email_address,
  :ssh_public_key,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = [:display_name, :email_address]
  include Aws::Structure
end

#user_arnString

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

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-codestar/types.rb', line 1194

class UpdateUserProfileResult < Struct.new(
  :user_arn,
  :display_name,
  :email_address,
  :ssh_public_key,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = [:display_name, :email_address]
  include Aws::Structure
end