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.



6251
6252
6253
# File 'sig/types.rbs', line 6251

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



6258
6259
6260
# File 'sig/types.rbs', line 6258

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



6252
6253
6254
# File 'sig/types.rbs', line 6252

def legend
  @legend
end

#map_style_optionsTypes::GeospatialMapStyleOptions

Returns the value of attribute map_style_options.



6255
6256
6257
# File 'sig/types.rbs', line 6255

def map_style_options
  @map_style_options
end

#point_style_optionsTypes::GeospatialPointStyleOptions

Returns the value of attribute point_style_options.



6256
6257
6258
# File 'sig/types.rbs', line 6256

def point_style_options
  @point_style_options
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



6253
6254
6255
# File 'sig/types.rbs', line 6253

def tooltip
  @tooltip
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



6257
6258
6259
# File 'sig/types.rbs', line 6257

def visual_palette
  @visual_palette
end

#window_optionsTypes::GeospatialWindowOptions

Returns the value of attribute window_options.



6254
6255
6256
# File 'sig/types.rbs', line 6254

def window_options
  @window_options
end