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

Class: Aws::QuickSight::Types::ColumnTag

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

Overview

Note:

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

{
  column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
  column_description: {
    text: "ColumnDescriptiveText",
  },
}

A tag for a column in a TagColumnOperation structure. 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

#column_descriptionTypes::ColumnDescription

A description for a column.

Returns:

#column_geographic_roleString

A geospatial role for a column.

Possible values:

  • COUNTRY
  • STATE
  • COUNTY
  • CITY
  • POSTCODE
  • LONGITUDE
  • LATITUDE

Returns:

  • (String)

    A geospatial role for a column.