Class: Aws::QuickSight::Types::ExportWithHiddenFieldsOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ExportWithHiddenFieldsOption
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Determines whether or not hidden fields are visible on exported dashbaords.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_status ⇒ String
The status of the export with hidden fields options.
Instance Attribute Details
#availability_status ⇒ String
The status of the export with hidden fields options.
15143 15144 15145 15146 15147 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15143 class ExportWithHiddenFieldsOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end |