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 ‘NextToken` string is returned when you call the `ListOriginationNumbers` 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.
1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-sns/types.rb', line 1238 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.
1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-sns/types.rb', line 1238 class ListOriginationNumbersResult < Struct.new( :next_token, :phone_numbers) SENSITIVE = [] include Aws::Structure end |