Class: Aws::QuickSight::Types::FilledMapShapeConditionalFormatting
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilledMapShapeConditionalFormatting
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The conditional formatting that determines the shape of the filled map.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_id ⇒ String
The field ID of the filled map shape.
-
#format ⇒ Types::ShapeConditionalFormat
The conditional formatting that determines the background color of a filled map's shape.
Instance Attribute Details
#field_id ⇒ String
The field ID of the filled map shape.
13463 13464 13465 13466 13467 13468 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13463 class FilledMapShapeConditionalFormatting < Struct.new( :field_id, :format) SENSITIVE = [] include Aws::Structure end |
#format ⇒ Types::ShapeConditionalFormat
The conditional formatting that determines the background color of a filled map's shape.
13463 13464 13465 13466 13467 13468 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13463 class FilledMapShapeConditionalFormatting < Struct.new( :field_id, :format) SENSITIVE = [] include Aws::Structure end |