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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_descriptionTypes::ColumnDescription

A description for a column.



3672
3673
3674
3675
3676
3677
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3672

class ColumnTag < Struct.new(
  :column_geographic_role,
  :column_description)
  SENSITIVE = []
  include Aws::Structure
end

#column_geographic_roleString

A geospatial role for a column.

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3672

class ColumnTag < Struct.new(
  :column_geographic_role,
  :column_description)
  SENSITIVE = []
  include Aws::Structure
end