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)


38582
38583
38584
38585
38586
# File 'lib/aws-sdk-quicksight/types.rb', line 38582

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