Class: Aws::ChimeSDKVoice::Types::ListPhoneNumbersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListPhoneNumbersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token used to return the next page of results.
-
#phone_numbers ⇒ Array<Types::PhoneNumber>
The phone number details.
Instance Attribute Details
#next_token ⇒ String
The token used to return the next page of results.
1625 1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1625 class ListPhoneNumbersResponse < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |
#phone_numbers ⇒ Array<Types::PhoneNumber>
The phone number details.
1625 1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1625 class ListPhoneNumbersResponse < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |