Class: Aws::Chime::Types::ListPhoneNumberOrdersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListPhoneNumberOrdersResponse
- 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_number_orders ⇒ Array<Types::PhoneNumberOrder>
The phone number order details.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
5517 5518 5519 5520 5521 5522 |
# File 'lib/aws-sdk-chime/types.rb', line 5517 class ListPhoneNumberOrdersResponse < Struct.new( :phone_number_orders, :next_token) SENSITIVE = [] include Aws::Structure end |
#phone_number_orders ⇒ Array<Types::PhoneNumberOrder>
The phone number order details.
5517 5518 5519 5520 5521 5522 |
# File 'lib/aws-sdk-chime/types.rb', line 5517 class ListPhoneNumberOrdersResponse < Struct.new( :phone_number_orders, :next_token) SENSITIVE = [] include Aws::Structure end |