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