Class: Aws::SNS::Types::ListPhoneNumbersOptedOutInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListPhoneNumbersOptedOutInput
- Defined in:
- gems/aws-sdk-sns/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A
NextToken
string is used when you call theListPhoneNumbersOptedOut
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.
1084 1085 1086 1087 1088 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1084 class ListPhoneNumbersOptedOutInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |