Class: Aws::Types::Address
- Inherits:
-
Object
- Object
- Aws::Types::Address
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_line_1 ⇒ ::String
Returns the value of attribute address_line_1.
-
#address_line_2 ⇒ ::String
Returns the value of attribute address_line_2.
-
#address_line_3 ⇒ ::String
Returns the value of attribute address_line_3.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#contact_name ⇒ ::String
Returns the value of attribute contact_name.
-
#contact_phone_number ⇒ ::String
Returns the value of attribute contact_phone_number.
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#district_or_county ⇒ ::String
Returns the value of attribute district_or_county.
-
#municipality ⇒ ::String
Returns the value of attribute municipality.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#state_or_region ⇒ ::String
Returns the value of attribute state_or_region.
Instance Attribute Details
#address_line_1 ⇒ ::String
Returns the value of attribute address_line_1.
19 20 21 |
# File 'sig/types.rbs', line 19 def address_line_1 @address_line_1 end |
#address_line_2 ⇒ ::String
Returns the value of attribute address_line_2.
20 21 22 |
# File 'sig/types.rbs', line 20 def address_line_2 @address_line_2 end |
#address_line_3 ⇒ ::String
Returns the value of attribute address_line_3.
21 22 23 |
# File 'sig/types.rbs', line 21 def address_line_3 @address_line_3 end |
#city ⇒ ::String
Returns the value of attribute city.
22 23 24 |
# File 'sig/types.rbs', line 22 def city @city end |
#contact_name ⇒ ::String
Returns the value of attribute contact_name.
17 18 19 |
# File 'sig/types.rbs', line 17 def contact_name @contact_name end |
#contact_phone_number ⇒ ::String
Returns the value of attribute contact_phone_number.
18 19 20 |
# File 'sig/types.rbs', line 18 def contact_phone_number @contact_phone_number end |
#country_code ⇒ ::String
Returns the value of attribute country_code.
26 27 28 |
# File 'sig/types.rbs', line 26 def country_code @country_code end |
#district_or_county ⇒ ::String
Returns the value of attribute district_or_county.
24 25 26 |
# File 'sig/types.rbs', line 24 def district_or_county @district_or_county end |
#municipality ⇒ ::String
Returns the value of attribute municipality.
27 28 29 |
# File 'sig/types.rbs', line 27 def municipality @municipality end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
25 26 27 |
# File 'sig/types.rbs', line 25 def postal_code @postal_code end |
#state_or_region ⇒ ::String
Returns the value of attribute state_or_region.
23 24 25 |
# File 'sig/types.rbs', line 23 def state_or_region @state_or_region end |