Class: Aws::Types::GeospatialLayerMapConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



6218
6219
6220
# File 'sig/types.rbs', line 6218

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



6214
6215
6216
# File 'sig/types.rbs', line 6214

def legend
  @legend
end

#map_layers::Array[Types::GeospatialLayerItem]

Returns the value of attribute map_layers.

Returns:



6215
6216
6217
# File 'sig/types.rbs', line 6215

def map_layers
  @map_layers
end

#map_stateTypes::GeospatialMapState

Returns the value of attribute map_state.



6216
6217
6218
# File 'sig/types.rbs', line 6216

def map_state
  @map_state
end

#map_styleTypes::GeospatialMapStyle

Returns the value of attribute map_style.



6217
6218
6219
# File 'sig/types.rbs', line 6217

def map_style
  @map_style
end