Class: Aws::QuickSight::Types::UntagColumnOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UntagColumnOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A transform operation that removes tags associated with a column.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
The column that this operation acts on.
-
#tag_names ⇒ Array<String>
The column tags to remove from this column.
Instance Attribute Details
#column_name ⇒ String
The column that this operation acts on.
35254 35255 35256 35257 35258 35259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35254 class UntagColumnOperation < Struct.new( :column_name, :tag_names) SENSITIVE = [] include Aws::Structure end |
#tag_names ⇒ Array<String>
The column tags to remove from this column.
35254 35255 35256 35257 35258 35259 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35254 class UntagColumnOperation < Struct.new( :column_name, :tag_names) SENSITIVE = [] include Aws::Structure end |