Class: Aws::QuickSight::Types::SheetElementRenderingRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetElementRenderingRule
- 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
-
#configuration_overrides ⇒ Types::SheetElementConfigurationOverrides
The override configuration of the rendering rules of a sheet.
-
#expression ⇒ String
The expression of the rendering rules of a sheet.
Instance Attribute Details
#configuration_overrides ⇒ Types::SheetElementConfigurationOverrides
The override configuration of the rendering rules of a sheet.
27217 27218 27219 27220 27221 27222 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27217 class SheetElementRenderingRule < Struct.new( :expression, :configuration_overrides) SENSITIVE = [:expression] include Aws::Structure end |
#expression ⇒ String
The expression of the rendering rules of a sheet.
27217 27218 27219 27220 27221 27222 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27217 class SheetElementRenderingRule < Struct.new( :expression, :configuration_overrides) SENSITIVE = [:expression] include Aws::Structure end |