Class: Aws::Types::Address
- Inherits:
-
Object
- Object
- Aws::Types::Address
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#country ⇒ ::String
Returns the value of attribute country.
-
#formatted ⇒ ::String
Returns the value of attribute formatted.
-
#locality ⇒ ::String
Returns the value of attribute locality.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#primary ⇒ Boolean
Returns the value of attribute primary.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#street_address ⇒ ::String
Returns the value of attribute street_address.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#country ⇒ ::String
Returns the value of attribute country.
23 24 25 |
# File 'sig/types.rbs', line 23 def country @country end |
#formatted ⇒ ::String
Returns the value of attribute formatted.
24 25 26 |
# File 'sig/types.rbs', line 24 def formatted @formatted end |
#locality ⇒ ::String
Returns the value of attribute locality.
20 21 22 |
# File 'sig/types.rbs', line 20 def locality @locality end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
22 23 24 |
# File 'sig/types.rbs', line 22 def postal_code @postal_code end |
#primary ⇒ Boolean
Returns the value of attribute primary.
26 27 28 |
# File 'sig/types.rbs', line 26 def primary @primary end |
#region ⇒ ::String
Returns the value of attribute region.
21 22 23 |
# File 'sig/types.rbs', line 21 def region @region end |
#street_address ⇒ ::String
Returns the value of attribute street_address.
19 20 21 |
# File 'sig/types.rbs', line 19 def street_address @street_address end |
#type ⇒ ::String
Returns the value of attribute type.
25 26 27 |
# File 'sig/types.rbs', line 25 def type @type end |