Class: Aws::Types::Address
- Inherits:
-
Object
- Object
- Aws::Types::Address
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_id ⇒ ::String
Returns the value of attribute address_id.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#company ⇒ ::String
Returns the value of attribute company.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#is_restricted ⇒ Boolean
Returns the value of attribute is_restricted.
-
#landmark ⇒ ::String
Returns the value of attribute landmark.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#prefecture_or_district ⇒ ::String
Returns the value of attribute prefecture_or_district.
-
#state_or_province ⇒ ::String
Returns the value of attribute state_or_province.
-
#street_1 ⇒ ::String
Returns the value of attribute street_1.
-
#street_2 ⇒ ::String
Returns the value of attribute street_2.
-
#street_3 ⇒ ::String
Returns the value of attribute street_3.
-
#type ⇒ "CUST_PICKUP", "AWS_SHIP"
Returns the value of attribute type.
Instance Attribute Details
#address_id ⇒ ::String
Returns the value of attribute address_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def address_id @address_id end |
#city ⇒ ::String
Returns the value of attribute city.
18 19 20 |
# File 'sig/types.rbs', line 18 def city @city end |
#company ⇒ ::String
Returns the value of attribute company.
14 15 16 |
# File 'sig/types.rbs', line 14 def company @company end |
#country ⇒ ::String
Returns the value of attribute country.
22 23 24 |
# File 'sig/types.rbs', line 22 def country @country end |
#is_restricted ⇒ Boolean
Returns the value of attribute is_restricted.
25 26 27 |
# File 'sig/types.rbs', line 25 def is_restricted @is_restricted end |
#landmark ⇒ ::String
Returns the value of attribute landmark.
21 22 23 |
# File 'sig/types.rbs', line 21 def landmark @landmark end |
#name ⇒ ::String
Returns the value of attribute name.
13 14 15 |
# File 'sig/types.rbs', line 13 def name @name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
24 25 26 |
# File 'sig/types.rbs', line 24 def phone_number @phone_number end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
23 24 25 |
# File 'sig/types.rbs', line 23 def postal_code @postal_code end |
#prefecture_or_district ⇒ ::String
Returns the value of attribute prefecture_or_district.
20 21 22 |
# File 'sig/types.rbs', line 20 def prefecture_or_district @prefecture_or_district end |
#state_or_province ⇒ ::String
Returns the value of attribute state_or_province.
19 20 21 |
# File 'sig/types.rbs', line 19 def state_or_province @state_or_province end |
#street_1 ⇒ ::String
Returns the value of attribute street_1.
15 16 17 |
# File 'sig/types.rbs', line 15 def street_1 @street_1 end |
#street_2 ⇒ ::String
Returns the value of attribute street_2.
16 17 18 |
# File 'sig/types.rbs', line 16 def street_2 @street_2 end |
#street_3 ⇒ ::String
Returns the value of attribute street_3.
17 18 19 |
# File 'sig/types.rbs', line 17 def street_3 @street_3 end |
#type ⇒ "CUST_PICKUP", "AWS_SHIP"
Returns the value of attribute type.
26 27 28 |
# File 'sig/types.rbs', line 26 def type @type end |