Class: Aws::QuickSight::Types::UntagColumnOperation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#column_nameString

The column that this operation acts on.

Returns:

  • (String)


30008
30009
30010
30011
30012
30013
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30008

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

#tag_namesArray<String>

The column tags to remove from this column.

Returns:

  • (Array<String>)


30008
30009
30010
30011
30012
30013
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30008

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