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.
1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-sns/types.rb', line 1352 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.
1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-sns/types.rb', line 1352 class ListSMSSandboxPhoneNumbersResult < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |