Class: Aws::QuickSight::Types::SheetElementConfigurationOverrides
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetElementConfigurationOverrides
- Includes:
- Structure
- Defined in:
- 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
38282 38283 38284 38285 38286 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38282 class SheetElementConfigurationOverrides < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |