class Aws::Chime::Types::BatchUnsuspendUserRequest

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

data as a hash:

    {
      account_id: "NonEmptyString", # required
      user_id_list: ["NonEmptyString"], # required
    }

@!attribute [rw] account_id

The Amazon Chime account ID.
@return [String]

@!attribute [rw] user_id_list

The request containing the user IDs to unsuspend.
@return [Array<String>]

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

Constants

SENSITIVE