Class: Aws::QuickSight::Types::GeospatialLayerJoinDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialLayerJoinDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The custom actions for a layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#color_field ⇒ Types::GeospatialLayerColorField
The geospatial color field for the join definition.
-
#dataset_key_field ⇒ Types::UnaggregatedField
The unaggregated field for a table.
-
#shape_key_field ⇒ String
The name of the field or property in the geospatial data source.
Instance Attribute Details
#color_field ⇒ Types::GeospatialLayerColorField
The geospatial color field for the join definition.
17848 17849 17850 17851 17852 17853 17854 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17848 class GeospatialLayerJoinDefinition < Struct.new( :shape_key_field, :dataset_key_field, :color_field) SENSITIVE = [] include Aws::Structure end |
#dataset_key_field ⇒ Types::UnaggregatedField
The unaggregated field for a table.
17848 17849 17850 17851 17852 17853 17854 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17848 class GeospatialLayerJoinDefinition < Struct.new( :shape_key_field, :dataset_key_field, :color_field) SENSITIVE = [] include Aws::Structure end |
#shape_key_field ⇒ String
The name of the field or property in the geospatial data source.
17848 17849 17850 17851 17852 17853 17854 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17848 class GeospatialLayerJoinDefinition < Struct.new( :shape_key_field, :dataset_key_field, :color_field) SENSITIVE = [] include Aws::Structure end |