Class: Aws::Chime::Types::ListPhoneNumbersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListPhoneNumbersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_name ⇒ String
The filter to use to limit the number of results.
-
#filter_value ⇒ String
The value to use for the filter.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#product_type ⇒ String
The phone number product type.
-
#status ⇒ String
The phone number status.
Instance Attribute Details
#filter_name ⇒ String
The filter to use to limit the number of results.
5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'lib/aws-sdk-chime/types.rb', line 5550 class ListPhoneNumbersRequest < Struct.new( :status, :product_type, :filter_name, :filter_value, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#filter_value ⇒ String
The value to use for the filter.
5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'lib/aws-sdk-chime/types.rb', line 5550 class ListPhoneNumbersRequest < Struct.new( :status, :product_type, :filter_name, :filter_value, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'lib/aws-sdk-chime/types.rb', line 5550 class ListPhoneNumbersRequest < Struct.new( :status, :product_type, :filter_name, :filter_value, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'lib/aws-sdk-chime/types.rb', line 5550 class ListPhoneNumbersRequest < Struct.new( :status, :product_type, :filter_name, :filter_value, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#product_type ⇒ String
The phone number product type.
5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'lib/aws-sdk-chime/types.rb', line 5550 class ListPhoneNumbersRequest < Struct.new( :status, :product_type, :filter_name, :filter_value, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The phone number status.
5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'lib/aws-sdk-chime/types.rb', line 5550 class ListPhoneNumbersRequest < Struct.new( :status, :product_type, :filter_name, :filter_value, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |