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.
1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1717 class ListPhoneNumbersResponse < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |
#phone_numbers ⇒ Array<Types::PhoneNumber>
The phone number details.
1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1717 class ListPhoneNumbersResponse < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |