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.



8437
8438
8439
8440
8441
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8437

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