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

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

Overview

A transform operation that tags a column with additional information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

The column that this operation acts on.

Returns:

  • (String)


27973
27974
27975
27976
27977
27978
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27973

class TagColumnOperation < Struct.new(
  :column_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::ColumnTag>

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

This is not tags for the Amazon Web Services tagging feature.

Returns:



27973
27974
27975
27976
27977
27978
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27973

class TagColumnOperation < Struct.new(
  :column_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end