Class: Aws::QuickSight::Types::SheetElementRenderingRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetElementRenderingRule
- Includes:
- Structure
- Defined in:
- 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.
28260 28261 28262 28263 28264 28265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28260 class SheetElementRenderingRule < Struct.new( :expression, :configuration_overrides) SENSITIVE = [:expression] include Aws::Structure end |
#expression ⇒ String
The expression of the rendering rules of a sheet.
28260 28261 28262 28263 28264 28265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28260 class SheetElementRenderingRule < Struct.new( :expression, :configuration_overrides) SENSITIVE = [:expression] include Aws::Structure end |