Class: Aws::QuickSight::Types::PivotTableConditionalFormattingScope

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

Overview

The scope of the cell for conditional formatting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#roleString

The role (field, field total, grand total) of the cell for conditional formatting.

Returns:

  • (String)


22154
22155
22156
22157
22158
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22154

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