Class: Aws::QuickSight::Types::DashboardVisualPublishOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardVisualPublishOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The visual publish options of a visual in a dashboard
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_hidden_fields_option ⇒ Types::ExportHiddenFieldsOption
Determines if hidden fields are included in an exported dashboard.
Instance Attribute Details
#export_hidden_fields_option ⇒ Types::ExportHiddenFieldsOption
Determines if hidden fields are included in an exported dashboard.
8400 8401 8402 8403 8404 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8400 class DashboardVisualPublishOptions < Struct.new( :export_hidden_fields_option) SENSITIVE = [] include Aws::Structure end |