Class: Aws::QuickSight::Types::ColumnGroup

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

Overview

Groupings of columns that work together in certain Amazon QuickSight features. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geo_spatial_column_groupTypes::GeoSpatialColumnGroup

Geospatial column group that denotes a hierarchy.



3526
3527
3528
3529
3530
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3526

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