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

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

Overview

The input for the ‘ListPhoneNumbersOptedOut` action.

Constant Summary collapse

SENSITIVE =
[]

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)


1255
1256
1257
1258
1259
# File 'lib/aws-sdk-sns/types.rb', line 1255

class ListPhoneNumbersOptedOutInput < Struct.new(
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end