Class: Aws::Connect::Types::AvailableNumberSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AvailableNumberSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about available phone numbers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number ⇒ String
The phone number.
-
#phone_number_country_code ⇒ String
The ISO country code.
-
#phone_number_type ⇒ String
The type of phone number.
Instance Attribute Details
#phone_number ⇒ String
The phone number. Phone numbers are formatted [+] [country code]
[subscriber number including area code]
.
1765 1766 1767 1768 1769 1770 1771 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1765 class AvailableNumberSummary < Struct.new( :phone_number, :phone_number_country_code, :phone_number_type) SENSITIVE = [] include Aws::Structure end |
#phone_number_country_code ⇒ String
The ISO country code.
1765 1766 1767 1768 1769 1770 1771 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1765 class AvailableNumberSummary < Struct.new( :phone_number, :phone_number_country_code, :phone_number_type) SENSITIVE = [] include Aws::Structure end |
#phone_number_type ⇒ String
The type of phone number.
1765 1766 1767 1768 1769 1770 1771 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1765 class AvailableNumberSummary < Struct.new( :phone_number, :phone_number_country_code, :phone_number_type) SENSITIVE = [] include Aws::Structure end |