Class: Aws::Chime::Types::PhoneNumberCountry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PhoneNumberCountry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The phone number 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.
6578 6579 6580 6581 6582 6583 |
# File 'lib/aws-sdk-chime/types.rb', line 6578 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.
6578 6579 6580 6581 6582 6583 |
# File 'lib/aws-sdk-chime/types.rb', line 6578 class PhoneNumberCountry < Struct.new( :country_code, :supported_phone_number_types) SENSITIVE = [] include Aws::Structure end |