Class: Aws::Types::GeospatialMapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialMapConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_wells ⇒ Types::GeospatialMapFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
-
#map_style_options ⇒ Types::GeospatialMapStyleOptions
Returns the value of attribute map_style_options.
-
#point_style_options ⇒ Types::GeospatialPointStyleOptions
Returns the value of attribute point_style_options.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
-
#window_options ⇒ Types::GeospatialWindowOptions
Returns the value of attribute window_options.
Instance Attribute Details
#field_wells ⇒ Types::GeospatialMapFieldWells
Returns the value of attribute field_wells.
6251 6252 6253 |
# File 'sig/types.rbs', line 6251 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6258 6259 6260 |
# File 'sig/types.rbs', line 6258 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
6252 6253 6254 |
# File 'sig/types.rbs', line 6252 def legend @legend end |
#map_style_options ⇒ Types::GeospatialMapStyleOptions
Returns the value of attribute map_style_options.
6255 6256 6257 |
# File 'sig/types.rbs', line 6255 def @map_style_options end |
#point_style_options ⇒ Types::GeospatialPointStyleOptions
Returns the value of attribute point_style_options.
6256 6257 6258 |
# File 'sig/types.rbs', line 6256 def @point_style_options end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
6253 6254 6255 |
# File 'sig/types.rbs', line 6253 def tooltip @tooltip end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
6257 6258 6259 |
# File 'sig/types.rbs', line 6257 def visual_palette @visual_palette end |
#window_options ⇒ Types::GeospatialWindowOptions
Returns the value of attribute window_options.
6254 6255 6256 |
# File 'sig/types.rbs', line 6254 def @window_options end |