Class: Aws::Types::GetStyleDescriptorRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetStyleDescriptorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buildings ⇒ "Buildings3D"
Returns the value of attribute buildings.
-
#color_scheme ⇒ "Light", "Dark"
Returns the value of attribute color_scheme.
-
#contour_density ⇒ "Low", ...
Returns the value of attribute contour_density.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#poi_categories ⇒ ::Array[("FoodAndDrink" | "Entertainment" | "SightsAndMuseums" | "Transportation" | "Accommodations" | "LeisureAndOutdoor" | "Shopping" | "BusinessAndServices" | "FacilitiesAndBuildings")]
Returns the value of attribute poi_categories.
-
#poi_density ⇒ "Off", ...
Returns the value of attribute poi_density.
-
#political_view ⇒ ::String
Returns the value of attribute political_view.
-
#style ⇒ "Standard", ...
Returns the value of attribute style.
-
#terrain ⇒ "Hillshade", "Terrain3D"
Returns the value of attribute terrain.
-
#traffic ⇒ "All", "Congestion"
Returns the value of attribute traffic.
-
#travel_modes ⇒ ::Array[("Transit" | "Truck")]
Returns the value of attribute travel_modes.
Instance Attribute Details
#buildings ⇒ "Buildings3D"
Returns the value of attribute buildings.
87 88 89 |
# File 'sig/types.rbs', line 87 def buildings @buildings end |
#color_scheme ⇒ "Light", "Dark"
Returns the value of attribute color_scheme.
81 82 83 |
# File 'sig/types.rbs', line 81 def color_scheme @color_scheme end |
#contour_density ⇒ "Low", ...
Returns the value of attribute contour_density.
84 85 86 |
# File 'sig/types.rbs', line 84 def contour_density @contour_density end |
#key ⇒ ::String
Returns the value of attribute key.
90 91 92 |
# File 'sig/types.rbs', line 90 def key @key end |
#poi_categories ⇒ ::Array[("FoodAndDrink" | "Entertainment" | "SightsAndMuseums" | "Transportation" | "Accommodations" | "LeisureAndOutdoor" | "Shopping" | "BusinessAndServices" | "FacilitiesAndBuildings")]
Returns the value of attribute poi_categories.
89 90 91 |
# File 'sig/types.rbs', line 89 def poi_categories @poi_categories end |
#poi_density ⇒ "Off", ...
Returns the value of attribute poi_density.
88 89 90 |
# File 'sig/types.rbs', line 88 def poi_density @poi_density end |
#political_view ⇒ ::String
Returns the value of attribute political_view.
82 83 84 |
# File 'sig/types.rbs', line 82 def political_view @political_view end |
#style ⇒ "Standard", ...
Returns the value of attribute style.
80 81 82 |
# File 'sig/types.rbs', line 80 def style @style end |
#terrain ⇒ "Hillshade", "Terrain3D"
Returns the value of attribute terrain.
83 84 85 |
# File 'sig/types.rbs', line 83 def terrain @terrain end |
#traffic ⇒ "All", "Congestion"
Returns the value of attribute traffic.
85 86 87 |
# File 'sig/types.rbs', line 85 def traffic @traffic end |
#travel_modes ⇒ ::Array[("Transit" | "Truck")]
Returns the value of attribute travel_modes.
86 87 88 |
# File 'sig/types.rbs', line 86 def travel_modes @travel_modes end |