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:



6202
6203
6204
# File 'sig/types.rbs', line 6202

def actions
  @actions
end

#data_sourceTypes::GeospatialDataSourceItem

Returns the value of attribute data_source.



6196
6197
6198
# File 'sig/types.rbs', line 6196

def data_source
  @data_source
end

#join_definitionTypes::GeospatialLayerJoinDefinition

Returns the value of attribute join_definition.



6201
6202
6203
# File 'sig/types.rbs', line 6201

def join_definition
  @join_definition
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


6197
6198
6199
# File 'sig/types.rbs', line 6197

def label
  @label
end

#layer_definitionTypes::GeospatialLayerDefinition

Returns the value of attribute layer_definition.



6199
6200
6201
# File 'sig/types.rbs', line 6199

def layer_definition
  @layer_definition
end

#layer_id::String

Returns the value of attribute layer_id.

Returns:

  • (::String)


6194
6195
6196
# File 'sig/types.rbs', line 6194

def layer_id
  @layer_id
end

#layer_type"POINT", ...

Returns the value of attribute layer_type.

Returns:

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


6195
6196
6197
# File 'sig/types.rbs', line 6195

def layer_type
  @layer_type
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



6200
6201
6202
# File 'sig/types.rbs', line 6200

def tooltip
  @tooltip
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


6198
6199
6200
# File 'sig/types.rbs', line 6198

def visibility
  @visibility
end