Class: Aws::Types::Place
- Inherits:
-
Object
- Object
- Aws::Types::Place
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_number ⇒ ::String
Returns the value of attribute address_number.
-
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#geometry ⇒ Types::PlaceGeometry
Returns the value of attribute geometry.
-
#interpolated ⇒ Boolean
Returns the value of attribute interpolated.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#municipality ⇒ ::String
Returns the value of attribute municipality.
-
#neighborhood ⇒ ::String
Returns the value of attribute neighborhood.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#street ⇒ ::String
Returns the value of attribute street.
-
#sub_municipality ⇒ ::String
Returns the value of attribute sub_municipality.
-
#sub_region ⇒ ::String
Returns the value of attribute sub_region.
-
#supplemental_categories ⇒ ::Array[::String]
Returns the value of attribute supplemental_categories.
-
#time_zone ⇒ Types::TimeZone
Returns the value of attribute time_zone.
-
#unit_number ⇒ ::String
Returns the value of attribute unit_number.
-
#unit_type ⇒ ::String
Returns the value of attribute unit_type.
Instance Attribute Details
#address_number ⇒ ::String
Returns the value of attribute address_number.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def address_number @address_number end |
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def categories @categories end |
#country ⇒ ::String
Returns the value of attribute country.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def country @country end |
#geometry ⇒ Types::PlaceGeometry
Returns the value of attribute geometry.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def geometry @geometry end |
#interpolated ⇒ Boolean
Returns the value of attribute interpolated.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def interpolated @interpolated end |
#label ⇒ ::String
Returns the value of attribute label.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def label @label end |
#municipality ⇒ ::String
Returns the value of attribute municipality.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def municipality @municipality end |
#neighborhood ⇒ ::String
Returns the value of attribute neighborhood.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def neighborhood @neighborhood end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def postal_code @postal_code end |
#region ⇒ ::String
Returns the value of attribute region.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def region @region end |
#street ⇒ ::String
Returns the value of attribute street.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def street @street end |
#sub_municipality ⇒ ::String
Returns the value of attribute sub_municipality.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def sub_municipality @sub_municipality end |
#sub_region ⇒ ::String
Returns the value of attribute sub_region.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def sub_region @sub_region end |
#supplemental_categories ⇒ ::Array[::String]
Returns the value of attribute supplemental_categories.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def supplemental_categories @supplemental_categories end |
#time_zone ⇒ Types::TimeZone
Returns the value of attribute time_zone.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def time_zone @time_zone end |
#unit_number ⇒ ::String
Returns the value of attribute unit_number.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def unit_number @unit_number end |
#unit_type ⇒ ::String
Returns the value of attribute unit_type.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def unit_type @unit_type end |