Class: Aws::Chime::Types::AssociateSigninDelegateGroupsWithAccountRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


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_groupsArray<Types::SigninDelegateGroup>

The sign-in delegate groups.

Returns:



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