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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


28874
28875
28876
28877
28878
28879
# File 'lib/aws-sdk-quicksight/types.rb', line 28874

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.

<note markdown=“1”> This is not tags for the Amazon Web Services tagging feature.

</note>

Returns:



28874
28875
28876
28877
28878
28879
# File 'lib/aws-sdk-quicksight/types.rb', line 28874

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