Class: Aws::Types::GetStyleDescriptorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:political_view, :key])

Instance Attribute Summary collapse

Instance Attribute Details

#buildings"Buildings3D"

Returns the value of attribute buildings.

Returns:

  • ("Buildings3D")


87
88
89
# File 'sig/types.rbs', line 87

def buildings
  @buildings
end

#color_scheme"Light", "Dark"

Returns the value of attribute color_scheme.

Returns:

  • ("Light", "Dark")


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.

Returns:

  • ("Low", "Medium", "High")


84
85
86
# File 'sig/types.rbs', line 84

def contour_density
  @contour_density
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("FoodAndDrink" | "Entertainment" | "SightsAndMuseums" | "Transportation" | "Accommodations" | "LeisureAndOutdoor" | "Shopping" | "BusinessAndServices" | "FacilitiesAndBuildings")])


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.

Returns:

  • ("Off", "VerySparse", "Sparse", "Default", "Dense", "VeryDense")


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.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def political_view
  @political_view
end

#style"Standard", ...

Returns the value of attribute style.

Returns:

  • ("Standard", "Monochrome", "Hybrid", "Satellite")


80
81
82
# File 'sig/types.rbs', line 80

def style
  @style
end

#terrain"Hillshade", "Terrain3D"

Returns the value of attribute terrain.

Returns:

  • ("Hillshade", "Terrain3D")


83
84
85
# File 'sig/types.rbs', line 83

def terrain
  @terrain
end

#traffic"All", "Congestion"

Returns the value of attribute traffic.

Returns:

  • ("All", "Congestion")


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.

Returns:

  • (::Array[("Transit" | "Truck")])


86
87
88
# File 'sig/types.rbs', line 86

def travel_modes
  @travel_modes
end