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]
.
1573 1574 1575 1576 1577 1578 1579 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1573 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.
1573 1574 1575 1576 1577 1578 1579 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1573 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.
1573 1574 1575 1576 1577 1578 1579 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1573 class AvailableNumberSummary < Struct.new( :phone_number, :phone_number_country_code, :phone_number_type) SENSITIVE = [] include Aws::Structure end |