Class: Aws::Types::FilledMapConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_wellsTypes::FilledMapFieldWells

Returns the value of attribute field_wells.



5758
5759
5760
# File 'sig/types.rbs', line 5758

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



5764
5765
5766
# File 'sig/types.rbs', line 5764

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



5760
5761
5762
# File 'sig/types.rbs', line 5760

def legend
  @legend
end

#map_style_optionsTypes::GeospatialMapStyleOptions

Returns the value of attribute map_style_options.



5763
5764
5765
# File 'sig/types.rbs', line 5763

def map_style_options
  @map_style_options
end

#sort_configurationTypes::FilledMapSortConfiguration

Returns the value of attribute sort_configuration.



5759
5760
5761
# File 'sig/types.rbs', line 5759

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



5761
5762
5763
# File 'sig/types.rbs', line 5761

def tooltip
  @tooltip
end

#window_optionsTypes::GeospatialWindowOptions

Returns the value of attribute window_options.



5762
5763
5764
# File 'sig/types.rbs', line 5762

def window_options
  @window_options
end