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.
2776 2777 2778 |
# File 'sig/types.rbs', line 2776 def address_1 @address_1 end |
#address_2 ⇒ ::String
Returns the value of attribute address_2.
2777 2778 2779 |
# File 'sig/types.rbs', line 2777 def address_2 @address_2 end |
#address_3 ⇒ ::String
Returns the value of attribute address_3.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def address_3 @address_3 end |
#address_4 ⇒ ::String
Returns the value of attribute address_4.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def address_4 @address_4 end |
#city ⇒ ::String
Returns the value of attribute city.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
2784 2785 2786 |
# File 'sig/types.rbs', line 2784 def country @country end |
#county ⇒ ::String
Returns the value of attribute county.
2781 2782 2783 |
# File 'sig/types.rbs', line 2781 def county @county end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def postal_code @postal_code end |
#province ⇒ ::String
Returns the value of attribute province.
2783 2784 2785 |
# File 'sig/types.rbs', line 2783 def province @province end |
#state ⇒ ::String
Returns the value of attribute state.
2782 2783 2784 |
# File 'sig/types.rbs', line 2782 def state @state end |