You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::ColumnGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnGroup
- Defined in:
- (unknown)
Overview
Note:
When passing ColumnGroup as input to an Aws::Client method, you can use a vanilla Hash:
{
geo_spatial_column_group: {
name: "ColumnGroupName", # required
country_code: "US", # required, accepts US
columns: ["ColumnName"], # required
},
}
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.
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.