Class: Aws::SNS::Types::ListOriginationNumbersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListOriginationNumbersResult
- Defined in:
- gems/aws-sdk-sns/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 theListOriginationNumbers
operation if additional pages of records are available. -
#phone_numbers ⇒ Array<Types::PhoneNumberInformation>
A list of the calling account's verified and pending origination numbers.
Instance Attribute Details
#next_token ⇒ String
A NextToken
string is returned when you call the
ListOriginationNumbers
operation if additional pages of records
are available.
1278 1279 1280 1281 1282 1283 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1278 class ListOriginationNumbersResult < Struct.new( :next_token, :phone_numbers) SENSITIVE = [] include Aws::Structure end |
#phone_numbers ⇒ Array<Types::PhoneNumberInformation>
A list of the calling account's verified and pending origination numbers.
1278 1279 1280 1281 1282 1283 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1278 class ListOriginationNumbersResult < Struct.new( :next_token, :phone_numbers) SENSITIVE = [] include Aws::Structure end |