Class: Aws::Types::ConditionalFormattingCustomIconCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expression])

Instance Attribute Summary collapse

Instance Attribute Details

#color::String

Returns the value of attribute color.

Returns:

  • (::String)


2006
2007
2008
# File 'sig/types.rbs', line 2006

def color
  @color
end

#display_configurationTypes::ConditionalFormattingIconDisplayConfiguration

Returns the value of attribute display_configuration.



2007
2008
2009
# File 'sig/types.rbs', line 2007

def display_configuration
  @display_configuration
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def expression
  @expression
end

#icon_optionsTypes::ConditionalFormattingCustomIconOptions

Returns the value of attribute icon_options.



2005
2006
2007
# File 'sig/types.rbs', line 2005

def icon_options
  @icon_options
end