Class: Aws::CodeCatalyst::Types::GetUserDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetUserDetailsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The friendly name displayed for the user in Amazon CodeCatalyst.
-
#primary_email ⇒ Types::EmailAddress
The email address provided by the user when they signed up.
-
#user_id ⇒ String
The system-generated unique ID of the user.
-
#user_name ⇒ String
The name of the user as displayed in Amazon CodeCatalyst.
- #version ⇒ String
Instance Attribute Details
#display_name ⇒ String
The friendly name displayed for the user in Amazon CodeCatalyst.
1350 1351 1352 1353 1354 1355 1356 1357 1358 |
# File '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_email ⇒ Types::EmailAddress
The email address provided by the user when they signed up.
1350 1351 1352 1353 1354 1355 1356 1357 1358 |
# File '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_id ⇒ String
The system-generated unique ID of the user.
1350 1351 1352 1353 1354 1355 1356 1357 1358 |
# File '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_name ⇒ String
The name of the user as displayed in Amazon CodeCatalyst.
1350 1351 1352 1353 1354 1355 1356 1357 1358 |
# File '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 |
#version ⇒ String
1350 1351 1352 1353 1354 1355 1356 1357 1358 |
# File '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 |