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.



6484
6485
6486
# File 'sig/types.rbs', line 6484

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



6480
6481
6482
# File 'sig/types.rbs', line 6480

def legend
  @legend
end

#map_layers::Array[Types::GeospatialLayerItem]

Returns the value of attribute map_layers.

Returns:



6481
6482
6483
# File 'sig/types.rbs', line 6481

def map_layers
  @map_layers
end

#map_stateTypes::GeospatialMapState

Returns the value of attribute map_state.



6482
6483
6484
# File 'sig/types.rbs', line 6482

def map_state
  @map_state
end

#map_styleTypes::GeospatialMapStyle

Returns the value of attribute map_style.



6483
6484
6485
# File 'sig/types.rbs', line 6483

def map_style
  @map_style
end