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.
858 859 860 861 862 863 |
# File 'lib/aws-sdk-chime/types.rb', line 858 class DisassociateSigninDelegateGroupsFromAccountRequest < Struct.new( :account_id, :group_names) SENSITIVE = [] include Aws::Structure end |
#group_names ⇒ Array<String>
The sign-in delegate group names.
858 859 860 861 862 863 |
# File 'lib/aws-sdk-chime/types.rb', line 858 class DisassociateSigninDelegateGroupsFromAccountRequest < Struct.new( :account_id, :group_names) SENSITIVE = [] include Aws::Structure end |