class Aws::Chime::Types::AssociateSigninDelegateGroupsWithAccountRequest

@note When making an API call, you may pass AssociateSigninDelegateGroupsWithAccountRequest

data as a hash:

    {
      account_id: "NonEmptyString", # required
      signin_delegate_groups: [ # required
        {
          group_name: "NonEmptyString",
        },
      ],
    }

@!attribute [rw] account_id

The Amazon Chime account ID.
@return [String]

@!attribute [rw] signin_delegate_groups

The sign-in delegate groups.
@return [Array<Types::SigninDelegateGroup>]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/AssociateSigninDelegateGroupsWithAccountRequest AWS API Documentation

Constants

SENSITIVE