Class: Aws::Types::AddressSummary
- Inherits:
-
Object
- Object
- Aws::Types::AddressSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country_code ⇒ "US", ...
Returns the value of attribute country_code.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#state_or_region ⇒ ::String
Returns the value of attribute state_or_region.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
59 60 61 |
# File 'sig/types.rbs', line 59 def city @city end |
#country_code ⇒ "US", ...
Returns the value of attribute country_code.
62 63 64 |
# File 'sig/types.rbs', line 62 def country_code @country_code end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
60 61 62 |
# File 'sig/types.rbs', line 60 def postal_code @postal_code end |
#state_or_region ⇒ ::String
Returns the value of attribute state_or_region.
61 62 63 |
# File 'sig/types.rbs', line 61 def state_or_region @state_or_region end |