Class: Aws::CodeCatalyst::Types::GetUserDetailsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The friendly name displayed for the user in Amazon CodeCatalyst.

Returns:

  • (String)


1350
1351
1352
1353
1354
1355
1356
1357
1358
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1350

class GetUserDetailsResponse < Struct.new(
  :user_id,
  :user_name,
  :display_name,
  :primary_email,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#primary_emailTypes::EmailAddress

The email address provided by the user when they signed up.

Returns:



1350
1351
1352
1353
1354
1355
1356
1357
1358
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1350

class GetUserDetailsResponse < Struct.new(
  :user_id,
  :user_name,
  :display_name,
  :primary_email,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The system-generated unique ID of the user.

Returns:

  • (String)


1350
1351
1352
1353
1354
1355
1356
1357
1358
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1350

class GetUserDetailsResponse < Struct.new(
  :user_id,
  :user_name,
  :display_name,
  :primary_email,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The name of the user as displayed in Amazon CodeCatalyst.

Returns:

  • (String)


1350
1351
1352
1353
1354
1355
1356
1357
1358
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1350

class GetUserDetailsResponse < Struct.new(
  :user_id,
  :user_name,
  :display_name,
  :primary_email,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

Returns:

  • (String)


1350
1351
1352
1353
1354
1355
1356
1357
1358
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1350

class GetUserDetailsResponse < Struct.new(
  :user_id,
  :user_name,
  :display_name,
  :primary_email,
  :version)
  SENSITIVE = []
  include Aws::Structure
end