Class: Aws::Connect::Types::ListPhoneNumbersSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListPhoneNumbersSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about phone numbers that have been claimed to your Amazon Connect instance or traffic distribution group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance that phone numbers are claimed to.
-
#phone_number ⇒ String
The phone number.
-
#phone_number_arn ⇒ String
The Amazon Resource Name (ARN) of the phone number.
-
#phone_number_country_code ⇒ String
The ISO country code.
-
#phone_number_description ⇒ String
The description of the phone number.
-
#phone_number_id ⇒ String
A unique identifier for the phone number.
-
#phone_number_type ⇒ String
The type of phone number.
-
#source_phone_number_arn ⇒ String
The claimed phone number ARN that was previously imported from the external service, such as Amazon Web Services End User Messaging.
-
#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.
14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14687 class ListPhoneNumbersSummary < Struct.new( :phone_number_id, :phone_number_arn, :phone_number, :phone_number_country_code, :phone_number_type, :target_arn, :instance_id, :phone_number_description, :source_phone_number_arn) SENSITIVE = [] include Aws::Structure end |
#phone_number ⇒ String
The phone number. Phone numbers are formatted [+] [country code]
[subscriber number including area code]
.
14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14687 class ListPhoneNumbersSummary < Struct.new( :phone_number_id, :phone_number_arn, :phone_number, :phone_number_country_code, :phone_number_type, :target_arn, :instance_id, :phone_number_description, :source_phone_number_arn) SENSITIVE = [] include Aws::Structure end |
#phone_number_arn ⇒ String
The Amazon Resource Name (ARN) of the phone number.
14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14687 class ListPhoneNumbersSummary < Struct.new( :phone_number_id, :phone_number_arn, :phone_number, :phone_number_country_code, :phone_number_type, :target_arn, :instance_id, :phone_number_description, :source_phone_number_arn) SENSITIVE = [] include Aws::Structure end |
#phone_number_country_code ⇒ String
The ISO country code.
14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14687 class ListPhoneNumbersSummary < Struct.new( :phone_number_id, :phone_number_arn, :phone_number, :phone_number_country_code, :phone_number_type, :target_arn, :instance_id, :phone_number_description, :source_phone_number_arn) SENSITIVE = [] include Aws::Structure end |
#phone_number_description ⇒ String
The description of the phone number.
14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14687 class ListPhoneNumbersSummary < Struct.new( :phone_number_id, :phone_number_arn, :phone_number, :phone_number_country_code, :phone_number_type, :target_arn, :instance_id, :phone_number_description, :source_phone_number_arn) SENSITIVE = [] include Aws::Structure end |
#phone_number_id ⇒ String
A unique identifier for the phone number.
14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14687 class ListPhoneNumbersSummary < Struct.new( :phone_number_id, :phone_number_arn, :phone_number, :phone_number_country_code, :phone_number_type, :target_arn, :instance_id, :phone_number_description, :source_phone_number_arn) SENSITIVE = [] include Aws::Structure end |
#phone_number_type ⇒ String
The type of phone number.
14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14687 class ListPhoneNumbersSummary < Struct.new( :phone_number_id, :phone_number_arn, :phone_number, :phone_number_country_code, :phone_number_type, :target_arn, :instance_id, :phone_number_description, :source_phone_number_arn) SENSITIVE = [] include Aws::Structure end |
#source_phone_number_arn ⇒ String
The claimed phone number ARN that was previously imported from the external service, such as Amazon Web Services End User Messaging. If it is from Amazon Web Services End User Messaging, it looks like the ARN of the phone number that was imported from Amazon Web Services End User Messaging.
14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14687 class ListPhoneNumbersSummary < Struct.new( :phone_number_id, :phone_number_arn, :phone_number, :phone_number_country_code, :phone_number_type, :target_arn, :instance_id, :phone_number_description, :source_phone_number_arn) 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.
14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14687 class ListPhoneNumbersSummary < Struct.new( :phone_number_id, :phone_number_arn, :phone_number, :phone_number_country_code, :phone_number_type, :target_arn, :instance_id, :phone_number_description, :source_phone_number_arn) SENSITIVE = [] include Aws::Structure end |