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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/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)


1259
1260
1261
1262
1263
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1259

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