Class: Aws::ChimeSDKVoice::Types::SearchAvailablePhoneNumbersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::SearchAvailablePhoneNumbersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#area_code ⇒ String
Confines a search to just the phone numbers associated with the specified area code.
-
#city ⇒ String
Confines a search to just the phone numbers associated with the specified city.
-
#country ⇒ String
Confines a search to just the phone numbers associated with the specified country.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token used to return the next page of results.
-
#phone_number_type ⇒ String
Confines a search to just the phone numbers associated with the specified phone number type, either local or toll-free.
-
#state ⇒ String
Confines a search to just the phone numbers associated with the specified state.
-
#toll_free_prefix ⇒ String
Confines a search to just the phone numbers associated with the specified toll-free prefix.
Instance Attribute Details
#area_code ⇒ String
Confines a search to just the phone numbers associated with the specified area code.
2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2809 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :phone_number_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#city ⇒ String
Confines a search to just the phone numbers associated with the specified city.
2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2809 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :phone_number_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#country ⇒ String
Confines a search to just the phone numbers associated with the specified country.
2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2809 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :phone_number_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2809 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :phone_number_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to return the next page of results.
2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2809 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :phone_number_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#phone_number_type ⇒ String
Confines a search to just the phone numbers associated with the specified phone number type, either local or toll-free.
2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2809 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :phone_number_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Confines a search to just the phone numbers associated with the specified state.
2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2809 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :phone_number_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#toll_free_prefix ⇒ String
Confines a search to just the phone numbers associated with the specified toll-free prefix.
2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2809 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :phone_number_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |