Class: Aws::Types::GeospatialLayerItem
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialLayerItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::LayerCustomAction]
Returns the value of attribute actions.
-
#data_source ⇒ Types::GeospatialDataSourceItem
Returns the value of attribute data_source.
-
#join_definition ⇒ Types::GeospatialLayerJoinDefinition
Returns the value of attribute join_definition.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#layer_definition ⇒ Types::GeospatialLayerDefinition
Returns the value of attribute layer_definition.
-
#layer_id ⇒ ::String
Returns the value of attribute layer_id.
-
#layer_type ⇒ "POINT", ...
Returns the value of attribute layer_type.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#actions ⇒ ::Array[Types::LayerCustomAction]
Returns the value of attribute actions.
6468 6469 6470 |
# File 'sig/types.rbs', line 6468 def actions @actions end |
#data_source ⇒ Types::GeospatialDataSourceItem
Returns the value of attribute data_source.
6462 6463 6464 |
# File 'sig/types.rbs', line 6462 def data_source @data_source end |
#join_definition ⇒ Types::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.
6463 6464 6465 |
# File 'sig/types.rbs', line 6463 def label @label end |
#layer_definition ⇒ Types::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.
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.
6461 6462 6463 |
# File 'sig/types.rbs', line 6461 def layer_type @layer_type end |
#tooltip ⇒ Types::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.
6464 6465 6466 |
# File 'sig/types.rbs', line 6464 def visibility @visibility end |