Class: Aws::Types::AddressDimension
- Inherits:
-
Object
- Object
- Aws::Types::AddressDimension
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#city ⇒ Types::ProfileDimension
Returns the value of attribute city.
-
#country ⇒ Types::ProfileDimension
Returns the value of attribute country.
-
#county ⇒ Types::ProfileDimension
Returns the value of attribute county.
-
#postal_code ⇒ Types::ProfileDimension
Returns the value of attribute postal_code.
-
#province ⇒ Types::ProfileDimension
Returns the value of attribute province.
-
#state ⇒ Types::ProfileDimension
Returns the value of attribute state.
Instance Attribute Details
#city ⇒ Types::ProfileDimension
Returns the value of attribute city.
51 52 53 |
# File 'sig/types.rbs', line 51 def city @city end |
#country ⇒ Types::ProfileDimension
Returns the value of attribute country.
52 53 54 |
# File 'sig/types.rbs', line 52 def country @country end |
#county ⇒ Types::ProfileDimension
Returns the value of attribute county.
53 54 55 |
# File 'sig/types.rbs', line 53 def county @county end |
#postal_code ⇒ Types::ProfileDimension
Returns the value of attribute postal_code.
54 55 56 |
# File 'sig/types.rbs', line 54 def postal_code @postal_code end |
#province ⇒ Types::ProfileDimension
Returns the value of attribute province.
55 56 57 |
# File 'sig/types.rbs', line 55 def province @province end |
#state ⇒ Types::ProfileDimension
Returns the value of attribute state.
56 57 58 |
# File 'sig/types.rbs', line 56 def state @state end |