Class: Aws::Chime::Types::LogoutUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::LogoutUserRequest
- 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.
6007 6008 6009 6010 6011 6012 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6007 class LogoutUserRequest < Struct.new( :account_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user ID.
6007 6008 6009 6010 6011 6012 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6007 class LogoutUserRequest < Struct.new( :account_id, :user_id) SENSITIVE = [] include Aws::Structure end |