Class: Aws::Chime::Types::BatchSuspendUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchSuspendUserRequest
- 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_list ⇒ Array<String>
The request containing the user IDs to suspend.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
838 839 840 841 842 843 |
# File 'lib/aws-sdk-chime/types.rb', line 838 class BatchSuspendUserRequest < Struct.new( :account_id, :user_id_list) SENSITIVE = [] include Aws::Structure end |
#user_id_list ⇒ Array<String>
The request containing the user IDs to suspend.
838 839 840 841 842 843 |
# File 'lib/aws-sdk-chime/types.rb', line 838 class BatchSuspendUserRequest < Struct.new( :account_id, :user_id_list) SENSITIVE = [] include Aws::Structure end |