Class: Aws::CodeCatalyst::Types::GetUserDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::GetUserDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The system-generated unique ID of the user.
-
#user_name ⇒ String
The name of the user as displayed in Amazon CodeCatalyst.
Instance Attribute Details
#id ⇒ String
The system-generated unique ID of the user.
1322 1323 1324 1325 1326 1327 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1322 class GetUserDetailsRequest < Struct.new( :id, :user_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The name of the user as displayed in Amazon CodeCatalyst.
1322 1323 1324 1325 1326 1327 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1322 class GetUserDetailsRequest < Struct.new( :id, :user_name) SENSITIVE = [] include Aws::Structure end |