Class: Aws::QuickSight::Types::ExportWithHiddenFieldsOption

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

Overview

Determines whether or not hidden fields are visible on exported dashbaords.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_statusString

The status of the export with hidden fields options.

Returns:

  • (String)


13534
13535
13536
13537
13538
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13534

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