Class: Aws::QuickSight::Types::PivotTableFieldOption
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::PivotTableFieldOption
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
The selected field options for the pivot table field options.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #custom_label  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The custom label of the pivot table field.
 - 
  
    
      #field_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The field ID of the pivot table field.
 - 
  
    
      #visibility  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The visibility of the pivot table field.
 
Instance Attribute Details
#custom_label ⇒ String
The custom label of the pivot table field.
      27479 27480 27481 27482 27483 27484 27485  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27479 class PivotTableFieldOption < Struct.new( :field_id, :custom_label, :visibility) SENSITIVE = [] include Aws::Structure end  | 
  
#field_id ⇒ String
The field ID of the pivot table field.
      27479 27480 27481 27482 27483 27484 27485  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27479 class PivotTableFieldOption < Struct.new( :field_id, :custom_label, :visibility) SENSITIVE = [] include Aws::Structure end  | 
  
#visibility ⇒ String
The visibility of the pivot table field.
      27479 27480 27481 27482 27483 27484 27485  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27479 class PivotTableFieldOption < Struct.new( :field_id, :custom_label, :visibility) SENSITIVE = [] include Aws::Structure end  |