class Aws::SSMContacts::Types::ListContactsRequest

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

data as a hash:

    {
      next_token: "PaginationToken",
      max_results: 1,
      alias_prefix: "ContactAlias",
      type: "PERSONAL", # accepts PERSONAL, ESCALATION
    }

@!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 contacts and escalation plans per page of
results.
@return [Integer]

@!attribute [rw] alias_prefix

Used to list only contacts who's aliases start with the specified
prefix.
@return [String]

@!attribute [rw] type

The type of contact. A contact is type `PERSONAL` and an escalation
plan is type `ESCALATION`.
@return [String]

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

Constants

SENSITIVE