Class: Aws::Types::GeospatialLayerItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::LayerCustomAction]

Returns the value of attribute actions.

Returns:



6468
6469
6470
# File 'sig/types.rbs', line 6468

def actions
  @actions
end

#data_sourceTypes::GeospatialDataSourceItem

Returns the value of attribute data_source.



6462
6463
6464
# File 'sig/types.rbs', line 6462

def data_source
  @data_source
end

#join_definitionTypes::GeospatialLayerJoinDefinition

Returns the value of attribute join_definition.



6467
6468
6469
# File 'sig/types.rbs', line 6467

def join_definition
  @join_definition
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


6463
6464
6465
# File 'sig/types.rbs', line 6463

def label
  @label
end

#layer_definitionTypes::GeospatialLayerDefinition

Returns the value of attribute layer_definition.



6465
6466
6467
# File 'sig/types.rbs', line 6465

def layer_definition
  @layer_definition
end

#layer_id::String

Returns the value of attribute layer_id.

Returns:

  • (::String)


6460
6461
6462
# File 'sig/types.rbs', line 6460

def layer_id
  @layer_id
end

#layer_type"POINT", ...

Returns the value of attribute layer_type.

Returns:

  • ("POINT", "LINE", "POLYGON")


6461
6462
6463
# File 'sig/types.rbs', line 6461

def layer_type
  @layer_type
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



6466
6467
6468
# File 'sig/types.rbs', line 6466

def tooltip
  @tooltip
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


6464
6465
6466
# File 'sig/types.rbs', line 6464

def visibility
  @visibility
end