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)


9048
9049
9050
# File 'sig/types.rbs', line 9048

def field_id
  @field_id
end

#scopeTypes::PivotTableConditionalFormattingScope

Returns the value of attribute scope.



9050
9051
9052
# File 'sig/types.rbs', line 9050

def scope
  @scope
end

#scopes::Array[Types::PivotTableConditionalFormattingScope]

Returns the value of attribute scopes.



9051
9052
9053
# File 'sig/types.rbs', line 9051

def scopes
  @scopes
end

#text_formatTypes::TextConditionalFormat

Returns the value of attribute text_format.



9049
9050
9051
# File 'sig/types.rbs', line 9049

def text_format
  @text_format
end