You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::GeoSpatialColumnGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GeoSpatialColumnGroup as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "ColumnGroupName", # required
  country_code: "US", # required, accepts US
  columns: ["ColumnName"], # required
}

Geospatial column group that denotes a hierarchy.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#columnsArray<String>

Columns in this hierarchy.

Returns:

  • (Array<String>)

    Columns in this hierarchy.

#country_codeString

Country code.

Possible values:

  • US

Returns:

  • (String)

    Country code.

#nameString

A display name for the hierarchy.

Returns:

  • (String)

    A display name for the hierarchy.