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.
6202 6203 6204 |
# File 'sig/types.rbs', line 6202 def actions @actions end |
#data_source ⇒ Types::GeospatialDataSourceItem
Returns the value of attribute data_source.
6196 6197 6198 |
# File 'sig/types.rbs', line 6196 def data_source @data_source end |
#join_definition ⇒ Types::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.
6197 6198 6199 |
# File 'sig/types.rbs', line 6197 def label @label end |
#layer_definition ⇒ Types::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.
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.
6195 6196 6197 |
# File 'sig/types.rbs', line 6195 def layer_type @layer_type end |
#tooltip ⇒ Types::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.
6198 6199 6200 |
# File 'sig/types.rbs', line 6198 def visibility @visibility end |