Class: Aws::Chime::Types::ListPhoneNumbersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListPhoneNumbersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
5571 5572 5573 5574 5575 5576 |
# File 'lib/aws-sdk-chime/types.rb', line 5571 class ListPhoneNumbersResponse < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |
#phone_numbers ⇒ Array<Types::PhoneNumber>
The phone number details.
5571 5572 5573 5574 5575 5576 |
# File 'lib/aws-sdk-chime/types.rb', line 5571 class ListPhoneNumbersResponse < Struct.new( :phone_numbers, :next_token) SENSITIVE = [] include Aws::Structure end |