Class: Aws::SNS::Types::ListPhoneNumbersOptedOutInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListPhoneNumbersOptedOutInput
- 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
-
#next_token ⇒ String
A ‘NextToken` string is used when you call the `ListPhoneNumbersOptedOut` action to retrieve additional records that are available after the first page of results.
Instance Attribute Details
#next_token ⇒ String
A ‘NextToken` string is used when you call the `ListPhoneNumbersOptedOut` action to retrieve additional records that are available after the first page of results.
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 |