Class: Aws::SNS::Types::ListSMSSandboxPhoneNumbersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListSMSSandboxPhoneNumbersInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Note:
When making an API call, you may pass ListSMSSandboxPhoneNumbersInput data as a hash:
{
next_token: "nextToken",
max_results: 1,
}
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.
1395 1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1395 class ListSMSSandboxPhoneNumbersInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token that the previous ListSMSSandboxPhoneNumbersInput
request
returns.
1395 1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1395 class ListSMSSandboxPhoneNumbersInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |