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.
| 34561 34562 34563 34564 34565 34566 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34561 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.
| 34561 34562 34563 34564 34565 34566 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34561 class TagColumnOperation < Struct.new( :column_name, :tags) SENSITIVE = [] include Aws::Structure end |