Class: Aws::QuickSight::Types::ExportHiddenFieldsOption
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::ExportHiddenFieldsOption
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Determines if hidden fields are included in an exported dashboard.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #availability_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the export hidden fields options of a dashbaord. 
Instance Attribute Details
#availability_status ⇒ String
The status of the export hidden fields options of a dashbaord.
| 14197 14198 14199 14200 14201 | # File 'lib/aws-sdk-quicksight/types.rb', line 14197 class ExportHiddenFieldsOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end |