Class: Aws::QuickSight::Types::FilledMapConditionalFormattingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilledMapConditionalFormattingOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Conditional formatting options of a ‘FilledMapVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#shape ⇒ Types::FilledMapShapeConditionalFormatting
The conditional formatting that determines the shape of the filled map.
Instance Attribute Details
#shape ⇒ Types::FilledMapShapeConditionalFormatting
The conditional formatting that determines the shape of the filled map.
15739 15740 15741 15742 15743 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15739 class FilledMapConditionalFormattingOption < Struct.new( :shape) SENSITIVE = [] include Aws::Structure end |