Class: Aws::QuickSight::Types::ShapeConditionalFormat

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The shape conditional formatting of a filled map visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorTypes::ConditionalFormattingColor

The conditional formatting for the shape background color of a filled map visual.



26676
26677
26678
26679
26680
# File 'lib/aws-sdk-quicksight/types.rb', line 26676

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