Class: Aws::SNS::Types::ListSMSSandboxPhoneNumbersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListSMSSandboxPhoneNumbersResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A
NextTokenstring is returned when you call theListSMSSandboxPhoneNumbersInputoperation if additional pages of records are available. -
#phone_numbers ⇒ Array<Types::SMSSandboxPhoneNumber>
A list of the calling account's pending and verified phone numbers.
Instance Attribute Details
#next_token ⇒ String
A NextToken string is returned when you call the
ListSMSSandboxPhoneNumbersInput operation if additional pages of
records are available.
1482 1483 1484 1485 1486 1487 |
# File 'lib/aws-sdk-sns/types.rb', line 1482 class ListSMSSandboxPhoneNumbersResult < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |
#phone_numbers ⇒ Array<Types::SMSSandboxPhoneNumber>
A list of the calling account's pending and verified phone numbers.
1482 1483 1484 1485 1486 1487 |
# File 'lib/aws-sdk-sns/types.rb', line 1482 class ListSMSSandboxPhoneNumbersResult < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |