class Aws::SSMContacts::Types::ListPagesByEngagementRequest

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

data as a hash:

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

@!attribute [rw] engagement_id

The Amazon Resource Name (ARN) of the engagement.
@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/ListPagesByEngagementRequest AWS API Documentation

Constants

SENSITIVE