Class: Aws::Types::TextConditionalFormat

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorTypes::ConditionalFormattingColor

Returns the value of attribute background_color.



11418
11419
11420
# File 'sig/types.rbs', line 11418

def background_color
  @background_color
end

#iconTypes::ConditionalFormattingIcon

Returns the value of attribute icon.



11420
11421
11422
# File 'sig/types.rbs', line 11420

def icon
  @icon
end

#text_colorTypes::ConditionalFormattingColor

Returns the value of attribute text_color.



11419
11420
11421
# File 'sig/types.rbs', line 11419

def text_color
  @text_color
end