Class: Aws::Types::Country
- Inherits:
-
Object
- Object
- Aws::Types::Country
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#country_name ⇒ ::String
Returns the value of attribute country_name.
Instance Attribute Details
#country_code ⇒ ::String
Returns the value of attribute country_code.
363 364 365 |
# File 'sig/types.rbs', line 363 def country_code @country_code end |
#country_name ⇒ ::String
Returns the value of attribute country_name.
364 365 366 |
# File 'sig/types.rbs', line 364 def country_name @country_name end |