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.
5492 5493 5494 |
# File 'sig/types.rbs', line 5492 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
5498 5499 5500 |
# File 'sig/types.rbs', line 5498 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
5494 5495 5496 |
# File 'sig/types.rbs', line 5494 def legend @legend end |
#map_style_options ⇒ Types::GeospatialMapStyleOptions
Returns the value of attribute map_style_options.
5497 5498 5499 |
# File 'sig/types.rbs', line 5497 def @map_style_options end |
#sort_configuration ⇒ Types::FilledMapSortConfiguration
Returns the value of attribute sort_configuration.
5493 5494 5495 |
# File 'sig/types.rbs', line 5493 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
5495 5496 5497 |
# File 'sig/types.rbs', line 5495 def tooltip @tooltip end |
#window_options ⇒ Types::GeospatialWindowOptions
Returns the value of attribute window_options.
5496 5497 5498 |
# File 'sig/types.rbs', line 5496 def @window_options end |