Class: Aws::Types::Locale
- Inherits:
-
Object
- Object
- Aws::Types::Locale
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#country ⇒ ::String
Returns the value of attribute country.
-
#subdivision ⇒ ::String
Returns the value of attribute subdivision.
Instance Attribute Details
#country ⇒ ::String
Returns the value of attribute country.
443 444 445 |
# File 'sig/types.rbs', line 443 def country @country end |
#subdivision ⇒ ::String
Returns the value of attribute subdivision.
444 445 446 |
# File 'sig/types.rbs', line 444 def subdivision @subdivision end |