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.
15042 15043 15044 15045 15046 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15042 class ExportHiddenFieldsOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end |