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
show all
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

Instance Attribute Details

#geo_spatial_column_groupTypes::GeoSpatialColumnGroup

Geospatial column group that denotes a hierarchy.

Returns: