Class: Aws::Types::PivotTableCellConditionalFormatting

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


8697
8698
8699
# File 'sig/types.rbs', line 8697

def field_id
  @field_id
end

#scopeTypes::PivotTableConditionalFormattingScope

Returns the value of attribute scope.



8699
8700
8701
# File 'sig/types.rbs', line 8699

def scope
  @scope
end

#scopes::Array[Types::PivotTableConditionalFormattingScope]

Returns the value of attribute scopes.



8700
8701
8702
# File 'sig/types.rbs', line 8700

def scopes
  @scopes
end

#text_formatTypes::TextConditionalFormat

Returns the value of attribute text_format.



8698
8699
8700
# File 'sig/types.rbs', line 8698

def text_format
  @text_format
end