Class: Aws::SNS::Types::ListPhoneNumbersOptedOutInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Note:

When making an API call, you may pass ListPhoneNumbersOptedOutInput data as a hash:

{
  next_token: "string",
}

The input for the ‘ListPhoneNumbersOptedOut` action.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A ‘NextToken` string is used when you call the `ListPhoneNumbersOptedOut` action to retrieve additional records that are available after the first page of results.

Returns:

  • (String)


716
717
718
719
# File 'lib/aws-sdk-sns/types.rb', line 716

class ListPhoneNumbersOptedOutInput < Struct.new(
  :next_token)
  include Aws::Structure
end