Class: Aws::SNS::Types::ListSMSSandboxPhoneNumbersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListSMSSandboxPhoneNumbersInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of phone numbers to return.
-
#next_token ⇒ String
Token that the previous ‘ListSMSSandboxPhoneNumbersInput` request returns.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of phone numbers to return.
1333 1334 1335 1336 1337 1338 |
# File 'lib/aws-sdk-sns/types.rb', line 1333 class ListSMSSandboxPhoneNumbersInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token that the previous ‘ListSMSSandboxPhoneNumbersInput` request returns.
1333 1334 1335 1336 1337 1338 |
# File 'lib/aws-sdk-sns/types.rb', line 1333 class ListSMSSandboxPhoneNumbersInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |