Class: Aws::Types::UpdateAddress
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAddress
- 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.
2807 2808 2809 |
# File 'sig/types.rbs', line 2807 def address_1 @address_1 end |
#address_2 ⇒ ::String
Returns the value of attribute address_2.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def address_2 @address_2 end |
#address_3 ⇒ ::String
Returns the value of attribute address_3.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def address_3 @address_3 end |
#address_4 ⇒ ::String
Returns the value of attribute address_4.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def address_4 @address_4 end |
#city ⇒ ::String
Returns the value of attribute city.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
2815 2816 2817 |
# File 'sig/types.rbs', line 2815 def country @country end |
#county ⇒ ::String
Returns the value of attribute county.
2812 2813 2814 |
# File 'sig/types.rbs', line 2812 def county @county end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def postal_code @postal_code end |
#province ⇒ ::String
Returns the value of attribute province.
2814 2815 2816 |
# File 'sig/types.rbs', line 2814 def province @province end |
#state ⇒ ::String
Returns the value of attribute state.
2813 2814 2815 |
# File 'sig/types.rbs', line 2813 def state @state end |