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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



25567
25568
25569
25570
25571
25572
25573
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25567

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.



25567
25568
25569
25570
25571
25572
25573
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25567

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)


25567
25568
25569
25570
25571
25572
25573
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25567

class GeospatialLayerJoinDefinition < Struct.new(
  :shape_key_field,
  :dataset_key_field,
  :color_field)
  SENSITIVE = []
  include Aws::Structure
end