class Aws::SSMContacts::Types::ListPagesByContactRequest

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

data as a hash:

    {
      contact_id: "SsmContactsArn", # required
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] contact_id

The Amazon Resource Name (ARN) of the contact you are retrieving
engagements for.
@return [String]

@!attribute [rw] next_token

The pagination token to continue to the next page of results.
@return [String]

@!attribute [rw] max_results

The maximum number of engagements to contact channels to list per
page of results.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/ListPagesByContactRequest AWS API Documentation

Constants

SENSITIVE