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 ⇒ ::String
Returns the value of attribute country.
-
#post_directional ⇒ ::String
Returns the value of attribute post_directional.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#postal_code_plus_4 ⇒ ::String
Returns the value of attribute postal_code_plus_4.
-
#pre_directional ⇒ ::String
Returns the value of attribute pre_directional.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#street_name ⇒ ::String
Returns the value of attribute street_name.
-
#street_number ⇒ ::String
Returns the value of attribute street_number.
-
#street_suffix ⇒ ::String
Returns the value of attribute street_suffix.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
20 21 22 |
# File 'sig/types.rbs', line 20 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
24 25 26 |
# File 'sig/types.rbs', line 24 def country @country end |
#post_directional ⇒ ::String
Returns the value of attribute post_directional.
17 18 19 |
# File 'sig/types.rbs', line 17 def post_directional @post_directional 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 |
#postal_code_plus_4 ⇒ ::String
Returns the value of attribute postal_code_plus_4.
23 24 25 |
# File 'sig/types.rbs', line 23 def postal_code_plus_4 @postal_code_plus_4 end |
#pre_directional ⇒ ::String
Returns the value of attribute pre_directional.
18 19 20 |
# File 'sig/types.rbs', line 18 def pre_directional @pre_directional end |
#state ⇒ ::String
Returns the value of attribute state.
21 22 23 |
# File 'sig/types.rbs', line 21 def state @state end |
#street_name ⇒ ::String
Returns the value of attribute street_name.
15 16 17 |
# File 'sig/types.rbs', line 15 def street_name @street_name end |
#street_number ⇒ ::String
Returns the value of attribute street_number.
19 20 21 |
# File 'sig/types.rbs', line 19 def street_number @street_number end |
#street_suffix ⇒ ::String
Returns the value of attribute street_suffix.
16 17 18 |
# File 'sig/types.rbs', line 16 def street_suffix @street_suffix end |