Class: Aws::Chime::Types::SearchAvailablePhoneNumbersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SearchAvailablePhoneNumbersRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Note:
When making an API call, you may pass SearchAvailablePhoneNumbersRequest data as a hash:
{
area_code: "String",
city: "String",
country: "String",
state: "String",
toll_free_prefix: "TollFreePrefix",
max_results: 1,
next_token: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#area_code ⇒ String
The area code used to filter results.
-
#city ⇒ String
The city used to filter results.
-
#country ⇒ String
The country used to filter results.
-
#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.
-
#state ⇒ String
The state used to filter results.
-
#toll_free_prefix ⇒ String
The toll-free prefix that you use to filter results.
Instance Attribute Details
#area_code ⇒ String
The area code used to filter results.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8230 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#city ⇒ String
The city used to filter results.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8230 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#country ⇒ String
The country used to filter results.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8230 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8230 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8230 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state used to filter results.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8230 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#toll_free_prefix ⇒ String
The toll-free prefix that you use to filter results.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8230 class SearchAvailablePhoneNumbersRequest < Struct.new( :area_code, :city, :country, :state, :toll_free_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |