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
28242 28243 28244 28245 28246 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28242 class SheetElementConfigurationOverrides < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |