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.
5088 5089 5090 |
# File 'sig/types.rbs', line 5088 def country_code @country_code end |
#country_name ⇒ ::String
Returns the value of attribute country_name.
5089 5090 5091 |
# File 'sig/types.rbs', line 5089 def country_name @country_name end |