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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


25891
25892
25893
25894
25895
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25891

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