Class: Aws::QuickSight::Types::GeospatialLayerJoinDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#color_fieldTypes::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_fieldTypes::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_fieldString

The name of the field or property in the geospatial data source.

Returns:

  • (String)


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