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.
6517 6518 6519 |
# File 'sig/types.rbs', line 6517 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6524 6525 6526 |
# File 'sig/types.rbs', line 6524 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
6518 6519 6520 |
# File 'sig/types.rbs', line 6518 def legend @legend end |
#map_style_options ⇒ Types::GeospatialMapStyleOptions
Returns the value of attribute map_style_options.
6521 6522 6523 |
# File 'sig/types.rbs', line 6521 def @map_style_options end |
#point_style_options ⇒ Types::GeospatialPointStyleOptions
Returns the value of attribute point_style_options.
6522 6523 6524 |
# File 'sig/types.rbs', line 6522 def @point_style_options end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
6519 6520 6521 |
# File 'sig/types.rbs', line 6519 def tooltip @tooltip end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
6523 6524 6525 |
# File 'sig/types.rbs', line 6523 def visual_palette @visual_palette end |
#window_options ⇒ Types::GeospatialWindowOptions
Returns the value of attribute window_options.
6520 6521 6522 |
# File 'sig/types.rbs', line 6520 def @window_options end |