Method: Aws::CodeStar::Types::UpdateUserProfileResult#user_arn

Defined in:
lib/aws-sdk-codestar/types.rb

#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