Class: Aws::QuickSight::Types::DashboardVisualPublishOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#export_hidden_fields_optionTypes::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