You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::Chime::Types::ListPhoneNumbersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListPhoneNumbersResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#phone_numbers ⇒ Array<Types::PhoneNumber>
The phone number details.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
2471 2472 2473 2474 2475 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2471 class ListPhoneNumbersResponse < Struct.new( :phone_numbers, :next_token) include Aws::Structure end |
#phone_numbers ⇒ Array<Types::PhoneNumber>
The phone number details.
2471 2472 2473 2474 2475 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2471 class ListPhoneNumbersResponse < Struct.new( :phone_numbers, :next_token) include Aws::Structure end |