Class: Aws::Connect::Types::AvailableNumberSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AvailableNumberSummary
- Includes:
- Structure
- Defined in:
- 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]`.
1485 1486 1487 1488 1489 1490 1491 |
# File 'lib/aws-sdk-connect/types.rb', line 1485 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.
1485 1486 1487 1488 1489 1490 1491 |
# File 'lib/aws-sdk-connect/types.rb', line 1485 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.
1485 1486 1487 1488 1489 1490 1491 |
# File 'lib/aws-sdk-connect/types.rb', line 1485 class AvailableNumberSummary < Struct.new( :phone_number, :phone_number_country_code, :phone_number_type) SENSITIVE = [] include Aws::Structure end |