Class: Aws::QuickSight::Types::ExportHiddenFieldsOption

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Determines if hidden fields are included in an exported dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_statusString

The status of the export hidden fields options of a dashbaord.

Returns:

  • (String)


13592
13593
13594
13595
13596
# File 'lib/aws-sdk-quicksight/types.rb', line 13592

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