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.
1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-chime/types.rb', line 1425 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.
1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-chime/types.rb', line 1425 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.
1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-chime/types.rb', line 1425 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.
1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-chime/types.rb', line 1425 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.
1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-chime/types.rb', line 1425 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.
1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-chime/types.rb', line 1425 class ListPhoneNumbersRequest < Struct.new( :status, :product_type, :filter_name, :filter_value, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |