Class: Aws::QuickSight::Types::TreeMapFieldWells

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The field wells of a tree map.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tree_map_aggregated_field_wellsTypes::TreeMapAggregatedFieldWells

The aggregated field wells of a tree map.



30165
30166
30167
30168
30169
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30165

class TreeMapFieldWells < Struct.new(
  :tree_map_aggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end