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)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def color
  @color
end

#display_configurationTypes::ConditionalFormattingIconDisplayConfiguration

Returns the value of attribute display_configuration.



1926
1927
1928
# File 'sig/types.rbs', line 1926

def display_configuration
  @display_configuration
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def expression
  @expression
end

#icon_optionsTypes::ConditionalFormattingCustomIconOptions

Returns the value of attribute icon_options.



1924
1925
1926
# File 'sig/types.rbs', line 1924

def icon_options
  @icon_options
end