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

Class: Aws::QuickSight::Types::TagColumnOperation

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

Overview

Note:

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

{
  column_name: "ColumnName", # required
  tags: [ # required
    {
      column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
      column_description: {
        text: "ColumnDescriptiveText",
      },
    },
  ],
}

A transform operation that tags a column with additional information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

The column that this operation acts on.

Returns:

  • (String)

    The column that this operation acts on.

#tagsArray<Types::ColumnTag>

The dataset column tag, currently only used for geospatial type tagging. .

This is not tags for the AWS tagging feature. .

Returns:

  • (Array<Types::ColumnTag>)

    The dataset column tag, currently only used for geospatial type tagging.