Class: Aws::Types::Address
- Inherits:
-
Object
- Object
- Aws::Types::Address
- 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.
-
#street_address ⇒ ::String
Returns the value of attribute street_address.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
50 51 52 |
# File 'sig/types.rbs', line 50 def city @city end |
#country_code ⇒ "US", ...
Returns the value of attribute country_code.
53 54 55 |
# File 'sig/types.rbs', line 53 def country_code @country_code end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
51 52 53 |
# File 'sig/types.rbs', line 51 def postal_code @postal_code end |
#state_or_region ⇒ ::String
Returns the value of attribute state_or_region.
52 53 54 |
# File 'sig/types.rbs', line 52 def state_or_region @state_or_region end |
#street_address ⇒ ::String
Returns the value of attribute street_address.
54 55 56 |
# File 'sig/types.rbs', line 54 def street_address @street_address end |