Class: Aws::Types::Address
- Inherits:
-
Object
- Object
- Aws::Types::Address
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_1 ⇒ ::String
Returns the value of attribute address_1.
-
#address_2 ⇒ ::String
Returns the value of attribute address_2.
-
#address_3 ⇒ ::String
Returns the value of attribute address_3.
-
#address_4 ⇒ ::String
Returns the value of attribute address_4.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#county ⇒ ::String
Returns the value of attribute county.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#province ⇒ ::String
Returns the value of attribute province.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#address_1 ⇒ ::String
Returns the value of attribute address_1.
37 38 39 |
# File 'sig/types.rbs', line 37 def address_1 @address_1 end |
#address_2 ⇒ ::String
Returns the value of attribute address_2.
38 39 40 |
# File 'sig/types.rbs', line 38 def address_2 @address_2 end |
#address_3 ⇒ ::String
Returns the value of attribute address_3.
39 40 41 |
# File 'sig/types.rbs', line 39 def address_3 @address_3 end |
#address_4 ⇒ ::String
Returns the value of attribute address_4.
40 41 42 |
# File 'sig/types.rbs', line 40 def address_4 @address_4 end |
#city ⇒ ::String
Returns the value of attribute city.
41 42 43 |
# File 'sig/types.rbs', line 41 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
45 46 47 |
# File 'sig/types.rbs', line 45 def country @country end |
#county ⇒ ::String
Returns the value of attribute county.
42 43 44 |
# File 'sig/types.rbs', line 42 def county @county end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
46 47 48 |
# File 'sig/types.rbs', line 46 def postal_code @postal_code end |
#province ⇒ ::String
Returns the value of attribute province.
44 45 46 |
# File 'sig/types.rbs', line 44 def province @province end |
#state ⇒ ::String
Returns the value of attribute state.
43 44 45 |
# File 'sig/types.rbs', line 43 def state @state end |