Class: Aws::QuickSight::Types::ColumnGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnGroup
- Includes:
- Structure
- Defined in:
- 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
-
#geo_spatial_column_group ⇒ Types::GeoSpatialColumnGroup
Geospatial column group that denotes a hierarchy.
Instance Attribute Details
#geo_spatial_column_group ⇒ Types::GeoSpatialColumnGroup
Geospatial column group that denotes a hierarchy.
4381 4382 4383 4384 4385 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4381 class ColumnGroup < Struct.new( :geo_spatial_column_group) SENSITIVE = [] include Aws::Structure end |