Class: Aws::QuickSight::Types::ExportHiddenFieldsOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ExportHiddenFieldsOption
- Defined in:
- gems/aws-sdk-quicksight/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.
15114 15115 15116 15117 15118 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15114 class ExportHiddenFieldsOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end |