Class: Aws::Chime::Types::GetUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetUserRequest
- Includes:
- Structure
- Defined in:
- 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.
4395 4396 4397 4398 4399 4400 |
# File 'lib/aws-sdk-chime/types.rb', line 4395 class GetUserRequest < Struct.new( :account_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user ID.
4395 4396 4397 4398 4399 4400 |
# File 'lib/aws-sdk-chime/types.rb', line 4395 class GetUserRequest < Struct.new( :account_id, :user_id) SENSITIVE = [] include Aws::Structure end |