Class: Aws::Chime::Types::LogoutUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::LogoutUserRequest
- 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.
1625 1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-chime/types.rb', line 1625 class LogoutUserRequest < Struct.new( :account_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user ID.
1625 1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-chime/types.rb', line 1625 class LogoutUserRequest < Struct.new( :account_id, :user_id) SENSITIVE = [] include Aws::Structure end |