Class: Aws::CodeCatalyst::Types::GetUserDetailsRequest

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

#idString

The system-generated unique ID of the user.

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1322

class GetUserDetailsRequest < Struct.new(
  :id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The name of the user as displayed in Amazon CodeCatalyst.

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1322

class GetUserDetailsRequest < Struct.new(
  :id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end