Class: Aws::Chime::Types::DisassociateSigninDelegateGroupsFromAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DisassociateSigninDelegateGroupsFromAccountRequest
- 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.
-
#group_names ⇒ Array<String>
The sign-in delegate group names.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
3487 3488 3489 3490 3491 3492 |
# File 'lib/aws-sdk-chime/types.rb', line 3487 class DisassociateSigninDelegateGroupsFromAccountRequest < Struct.new( :account_id, :group_names) SENSITIVE = [] include Aws::Structure end |
#group_names ⇒ Array<String>
The sign-in delegate group names.
3487 3488 3489 3490 3491 3492 |
# File 'lib/aws-sdk-chime/types.rb', line 3487 class DisassociateSigninDelegateGroupsFromAccountRequest < Struct.new( :account_id, :group_names) SENSITIVE = [] include Aws::Structure end |