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)


551
552
553
554
555
556
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 551

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:



551
552
553
554
555
556
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 551

class AssociateSigninDelegateGroupsWithAccountRequest < Struct.new(
  :account_id,
  :signin_delegate_groups)
  SENSITIVE = []
  include Aws::Structure
end