Class: Aws::Types::CandidateAddress
- Inherits:
-
Object
- Object
- Aws::Types::CandidateAddress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#postal_code_plus_4 ⇒ ::String
Returns the value of attribute postal_code_plus_4.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#street_info ⇒ ::String
Returns the value of attribute street_info.
-
#street_number ⇒ ::String
Returns the value of attribute street_number.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
85 86 87 |
# File 'sig/types.rbs', line 85 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
89 90 91 |
# File 'sig/types.rbs', line 89 def country @country end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
87 88 89 |
# File 'sig/types.rbs', line 87 def postal_code @postal_code end |
#postal_code_plus_4 ⇒ ::String
Returns the value of attribute postal_code_plus_4.
88 89 90 |
# File 'sig/types.rbs', line 88 def postal_code_plus_4 @postal_code_plus_4 end |
#state ⇒ ::String
Returns the value of attribute state.
86 87 88 |
# File 'sig/types.rbs', line 86 def state @state end |
#street_info ⇒ ::String
Returns the value of attribute street_info.
83 84 85 |
# File 'sig/types.rbs', line 83 def street_info @street_info end |
#street_number ⇒ ::String
Returns the value of attribute street_number.
84 85 86 |
# File 'sig/types.rbs', line 84 def street_number @street_number end |