Class: Aws::Connect::Types::SearchAvailablePhoneNumbersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchAvailablePhoneNumbersRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance that phone numbers are claimed to.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
The token for the next set of results.
-
#phone_number_country_code ⇒ String
The ISO country code.
-
#phone_number_prefix ⇒ String
The prefix of the phone number.
-
#phone_number_type ⇒ String
The type of phone number.
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance that phone numbers are
claimed to. You can find the instance ID in the Amazon Resource
Name (ARN) of the instance. You must enter InstanceId
or
TargetArn
.
21033 21034 21035 21036 21037 21038 21039 21040 21041 21042 21043 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21033 class SearchAvailablePhoneNumbersRequest < Struct.new( :target_arn, :instance_id, :phone_number_country_code, :phone_number_type, :phone_number_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
21033 21034 21035 21036 21037 21038 21039 21040 21041 21042 21043 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21033 class SearchAvailablePhoneNumbersRequest < Struct.new( :target_arn, :instance_id, :phone_number_country_code, :phone_number_type, :phone_number_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
21033 21034 21035 21036 21037 21038 21039 21040 21041 21042 21043 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21033 class SearchAvailablePhoneNumbersRequest < Struct.new( :target_arn, :instance_id, :phone_number_country_code, :phone_number_type, :phone_number_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#phone_number_country_code ⇒ String
The ISO country code.
21033 21034 21035 21036 21037 21038 21039 21040 21041 21042 21043 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21033 class SearchAvailablePhoneNumbersRequest < Struct.new( :target_arn, :instance_id, :phone_number_country_code, :phone_number_type, :phone_number_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#phone_number_prefix ⇒ String
The prefix of the phone number. If provided, it must contain +
as
part of the country code.
21033 21034 21035 21036 21037 21038 21039 21040 21041 21042 21043 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21033 class SearchAvailablePhoneNumbersRequest < Struct.new( :target_arn, :instance_id, :phone_number_country_code, :phone_number_type, :phone_number_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#phone_number_type ⇒ String
The type of phone number.
21033 21034 21035 21036 21037 21038 21039 21040 21041 21042 21043 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21033 class SearchAvailablePhoneNumbersRequest < Struct.new( :target_arn, :instance_id, :phone_number_country_code, :phone_number_type, :phone_number_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The Amazon Resource Name (ARN) for Amazon Connect instances or
traffic distribution groups that phone number inbound traffic is
routed through. You must enter InstanceId
or TargetArn
.
21033 21034 21035 21036 21037 21038 21039 21040 21041 21042 21043 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21033 class SearchAvailablePhoneNumbersRequest < Struct.new( :target_arn, :instance_id, :phone_number_country_code, :phone_number_type, :phone_number_prefix, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |