Class: Aws::QuickSight::Types::FilledMapConditionalFormattingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilledMapConditionalFormattingOption
- Defined in:
- gems/aws-sdk-quicksight/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.
13387 13388 13389 13390 13391 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13387 class FilledMapConditionalFormattingOption < Struct.new( :shape) SENSITIVE = [] include Aws::Structure end |