Class: Aws::QuickSight::Types::SheetElementConfigurationOverrides
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetElementConfigurationOverrides
- 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
-
#visibility ⇒ String
Determines whether or not the overrides are visible.
Instance Attribute Details
#visibility ⇒ String
Determines whether or not the overrides are visible. Choose one of the following options:
VISIBLE
HIDDEN
27199 27200 27201 27202 27203 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27199 class SheetElementConfigurationOverrides < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |