Class: Aws::Chime::Types::AssociateSigninDelegateGroupsWithAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AssociateSigninDelegateGroupsWithAccountRequest
- 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.
-
#signin_delegate_groups ⇒ Array<Types::SigninDelegateGroup>
The sign-in delegate groups.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
551 552 553 554 555 556 |
# File 'lib/aws-sdk-chime/types.rb', line 551 class AssociateSigninDelegateGroupsWithAccountRequest < Struct.new( :account_id, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |
#signin_delegate_groups ⇒ Array<Types::SigninDelegateGroup>
The sign-in delegate groups.
551 552 553 554 555 556 |
# File 'lib/aws-sdk-chime/types.rb', line 551 class AssociateSigninDelegateGroupsWithAccountRequest < Struct.new( :account_id, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |