Class: Aws::QuickSight::Types::SheetElementConfigurationOverrides

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

Overview

The override configuration of the rendering rules of a sheet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#visibilityString

Determines whether or not the overrides are visible. Choose one of the following options:

  • ‘VISIBLE`

  • ‘HIDDEN`

Returns:

  • (String)


26892
26893
26894
26895
26896
# File 'lib/aws-sdk-quicksight/types.rb', line 26892

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