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.



18132
18133
18134
18135
18136
18137
18138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18132

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.



18132
18133
18134
18135
18136
18137
18138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18132

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)


18132
18133
18134
18135
18136
18137
18138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18132

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