Class: Aws::Types::FilledMapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FilledMapConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_wells ⇒ Types::FilledMapFieldWells
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.
-
#sort_configuration ⇒ Types::FilledMapSortConfiguration
Returns the value of attribute sort_configuration.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#window_options ⇒ Types::GeospatialWindowOptions
Returns the value of attribute window_options.
Instance Attribute Details
#field_wells ⇒ Types::FilledMapFieldWells
Returns the value of attribute field_wells.
5758 5759 5760 |
# File 'sig/types.rbs', line 5758 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
5764 5765 5766 |
# File 'sig/types.rbs', line 5764 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
5760 5761 5762 |
# File 'sig/types.rbs', line 5760 def legend @legend end |
#map_style_options ⇒ Types::GeospatialMapStyleOptions
Returns the value of attribute map_style_options.
5763 5764 5765 |
# File 'sig/types.rbs', line 5763 def @map_style_options end |
#sort_configuration ⇒ Types::FilledMapSortConfiguration
Returns the value of attribute sort_configuration.
5759 5760 5761 |
# File 'sig/types.rbs', line 5759 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
5761 5762 5763 |
# File 'sig/types.rbs', line 5761 def tooltip @tooltip end |
#window_options ⇒ Types::GeospatialWindowOptions
Returns the value of attribute window_options.
5762 5763 5764 |
# File 'sig/types.rbs', line 5762 def @window_options end |