Class: Aws::Chime::Types::GetUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#userTypes::User

The user details.

Returns:



1181
1182
1183
1184
1185
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1181

class GetUserResponse < Struct.new(
  :user)
  SENSITIVE = []
  include Aws::Structure
end