Class: Aws::Types::LeadAddress
- Inherits:
-
Object
- Object
- Aws::Types::LeadAddress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#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
#city ⇒ ::String
Returns the value of attribute city.
670 671 672 |
# File 'sig/types.rbs', line 670 def city @city end |
#country_code ⇒ ::String
Returns the value of attribute country_code.
673 674 675 |
# File 'sig/types.rbs', line 673 def country_code @country_code end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
671 672 673 |
# File 'sig/types.rbs', line 671 def postal_code @postal_code end |
#state_or_region ⇒ ::String
Returns the value of attribute state_or_region.
672 673 674 |
# File 'sig/types.rbs', line 672 def state_or_region @state_or_region end |