Class: Aws::ChimeSDKVoice::Types::PhoneNumberCountry
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PhoneNumberCountry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
The phone number’s country.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#country_code ⇒ String
The phone number country code.
-
#supported_phone_number_types ⇒ Array<String>
The supported phone number types.
Instance Attribute Details
#country_code ⇒ String
The phone number country code. Format: ISO 3166-1 alpha-2.
2289 2290 2291 2292 2293 2294 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2289 class PhoneNumberCountry < Struct.new( :country_code, :supported_phone_number_types) SENSITIVE = [] include Aws::Structure end |
#supported_phone_number_types ⇒ Array<String>
The supported phone number types.
2289 2290 2291 2292 2293 2294 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2289 class PhoneNumberCountry < Struct.new( :country_code, :supported_phone_number_types) SENSITIVE = [] include Aws::Structure end |