Class: Aws::QuickSight::Types::FilledMapConditionalFormattingOption

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#shapeTypes::FilledMapShapeConditionalFormatting

The conditional formatting that determines the shape of the filled map.



14426
14427
14428
14429
14430
# File 'lib/aws-sdk-quicksight/types.rb', line 14426

class FilledMapConditionalFormattingOption < Struct.new(
  :shape)
  SENSITIVE = []
  include Aws::Structure
end