Class: Aws::Chime::Types::GetUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetUserRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#user_id ⇒ String
The user ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1168 class GetUserRequest < Struct.new( :account_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user ID.
1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1168 class GetUserRequest < Struct.new( :account_id, :user_id) SENSITIVE = [] include Aws::Structure end |