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.
1242 1243 1244 1245 1246 1247 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1242 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.
1242 1243 1244 1245 1246 1247 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1242 class ListOriginationNumbersResult < Struct.new( :next_token, :phone_numbers) SENSITIVE = [] include Aws::Structure end |