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 ‘NextToken` string is returned when you call the `ListSMSSandboxPhoneNumbersInput` operation 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.
1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-sns/types.rb', line 1454 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.
1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-sns/types.rb', line 1454 class ListSMSSandboxPhoneNumbersResult < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |