Class: Aws::Types::GeospatialMapConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_wellsTypes::GeospatialMapFieldWells

Returns the value of attribute field_wells.



6517
6518
6519
# File 'sig/types.rbs', line 6517

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



6524
6525
6526
# File 'sig/types.rbs', line 6524

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



6518
6519
6520
# File 'sig/types.rbs', line 6518

def legend
  @legend
end

#map_style_optionsTypes::GeospatialMapStyleOptions

Returns the value of attribute map_style_options.



6521
6522
6523
# File 'sig/types.rbs', line 6521

def map_style_options
  @map_style_options
end

#point_style_optionsTypes::GeospatialPointStyleOptions

Returns the value of attribute point_style_options.



6522
6523
6524
# File 'sig/types.rbs', line 6522

def point_style_options
  @point_style_options
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



6519
6520
6521
# File 'sig/types.rbs', line 6519

def tooltip
  @tooltip
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



6523
6524
6525
# File 'sig/types.rbs', line 6523

def visual_palette
  @visual_palette
end

#window_optionsTypes::GeospatialWindowOptions

Returns the value of attribute window_options.



6520
6521
6522
# File 'sig/types.rbs', line 6520

def window_options
  @window_options
end