You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SNS::Types::ListPhoneNumbersOptedOutResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The response from the ListPhoneNumbersOptedOut action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

Returns:

  • (String)

    A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

#phone_numbersArray<String>

A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

Returns:

  • (Array<String>)

    A list of phone numbers that are opted out of receiving SMS messages.