Class: Aws::QuickSight::Types::FilledMapShapeConditionalFormatting

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

Instance Attribute Details

#field_idString

The field ID of the filled map shape.

Returns:

  • (String)


13832
13833
13834
13835
13836
13837
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13832

class FilledMapShapeConditionalFormatting < Struct.new(
  :field_id,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#formatTypes::ShapeConditionalFormat

The conditional formatting that determines the background color of a filled map's shape.



13832
13833
13834
13835
13836
13837
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13832

class FilledMapShapeConditionalFormatting < Struct.new(
  :field_id,
  :format)
  SENSITIVE = []
  include Aws::Structure
end