Class: Aws::QuickSight::Types::TagColumnOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TagColumnOperation
- 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
-
#column_name ⇒ String
The column that this operation acts on.
-
#tags ⇒ Array<Types::ColumnTag>
The dataset column tag, currently only used for geospatial type tagging.
Instance Attribute Details
#column_name ⇒ String
The column that this operation acts on.
31800 31801 31802 31803 31804 31805 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31800 class TagColumnOperation < Struct.new( :column_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::ColumnTag>
The dataset column tag, currently only used for geospatial type tagging.
31800 31801 31802 31803 31804 31805 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31800 class TagColumnOperation < Struct.new( :column_name, :tags) SENSITIVE = [] include Aws::Structure end |