Class: Aws::Types::ComparisonConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_formatTypes::ComparisonFormatConfiguration

Returns the value of attribute comparison_format.



1886
1887
1888
# File 'sig/types.rbs', line 1886

def comparison_format
  @comparison_format
end

#comparison_method"DIFFERENCE", ...

Returns the value of attribute comparison_method.

Returns:

  • ("DIFFERENCE", "PERCENT_DIFFERENCE", "PERCENT")


1885
1886
1887
# File 'sig/types.rbs', line 1885

def comparison_method
  @comparison_method
end