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.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def comparison_format @comparison_format end |
#comparison_method ⇒ "DIFFERENCE", ...
Returns the value of attribute comparison_method.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def comparison_method @comparison_method end |