Class: Aws::Types::PhoneNumberCountry
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumberCountry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#supported_phone_number_types ⇒ ::Array[("Local" | "TollFree")]
Returns the value of attribute supported_phone_number_types.
Instance Attribute Details
#country_code ⇒ ::String
Returns the value of attribute country_code.
808 809 810 |
# File 'sig/types.rbs', line 808 def country_code @country_code end |
#supported_phone_number_types ⇒ ::Array[("Local" | "TollFree")]
Returns the value of attribute supported_phone_number_types.
809 810 811 |
# File 'sig/types.rbs', line 809 def supported_phone_number_types @supported_phone_number_types end |