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.



5492
5493
5494
# File 'sig/types.rbs', line 5492

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



5498
5499
5500
# File 'sig/types.rbs', line 5498

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



5494
5495
5496
# File 'sig/types.rbs', line 5494

def legend
  @legend
end

#map_style_optionsTypes::GeospatialMapStyleOptions

Returns the value of attribute map_style_options.



5497
5498
5499
# File 'sig/types.rbs', line 5497

def map_style_options
  @map_style_options
end

#sort_configurationTypes::FilledMapSortConfiguration

Returns the value of attribute sort_configuration.



5493
5494
5495
# File 'sig/types.rbs', line 5493

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



5495
5496
5497
# File 'sig/types.rbs', line 5495

def tooltip
  @tooltip
end

#window_optionsTypes::GeospatialWindowOptions

Returns the value of attribute window_options.



5496
5497
5498
# File 'sig/types.rbs', line 5496

def window_options
  @window_options
end