Class: Aws::QuickSight::Types::SheetElementRenderingRule

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

Overview

The rendering rules of a sheet that uses a free-form layout.

Constant Summary collapse

SENSITIVE =
[:expression]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_overridesTypes::SheetElementConfigurationOverrides

The override configuration of the rendering rules of a sheet.



26063
26064
26065
26066
26067
26068
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26063

class SheetElementRenderingRule < Struct.new(
  :expression,
  :configuration_overrides)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#expressionString

The expression of the rendering rules of a sheet.

Returns:

  • (String)


26063
26064
26065
26066
26067
26068
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26063

class SheetElementRenderingRule < Struct.new(
  :expression,
  :configuration_overrides)
  SENSITIVE = [:expression]
  include Aws::Structure
end