Class: Aws::Types::ComparisonConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ComparisonConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_format ⇒ Types::ComparisonFormatConfiguration
Returns the value of attribute comparison_format.
-
#comparison_method ⇒ "DIFFERENCE", ...
Returns the value of attribute comparison_method.
Instance Attribute Details
#comparison_format ⇒ Types::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.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def comparison_method @comparison_method end |