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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



7241
7242
7243
7244
7245
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7241

class DashboardVisualPublishOptions < Struct.new(
  :export_hidden_fields_option)
  SENSITIVE = []
  include Aws::Structure
end