Class: Aws::SNS::Types::ListOriginationNumbersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListOriginationNumbersResult
- 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 theListOriginationNumbersoperation 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.
1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-sns/types.rb', line 1368 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.
1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-sns/types.rb', line 1368 class ListOriginationNumbersResult < Struct.new( :next_token, :phone_numbers) SENSITIVE = [] include Aws::Structure end |