Class: Aws::Types::AutoMerging
- Inherits:
-
Object
- Object
- Aws::Types::AutoMerging
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conflict_resolution ⇒ Types::ConflictResolution
Returns the value of attribute conflict_resolution.
-
#consolidation ⇒ Types::Consolidation
Returns the value of attribute consolidation.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#min_allowed_confidence_score_for_merging ⇒ ::Float
Returns the value of attribute min_allowed_confidence_score_for_merging.
Instance Attribute Details
#conflict_resolution ⇒ Types::ConflictResolution
Returns the value of attribute conflict_resolution.
142 143 144 |
# File 'sig/types.rbs', line 142 def conflict_resolution @conflict_resolution end |
#consolidation ⇒ Types::Consolidation
Returns the value of attribute consolidation.
141 142 143 |
# File 'sig/types.rbs', line 141 def consolidation @consolidation end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
140 141 142 |
# File 'sig/types.rbs', line 140 def enabled @enabled end |
#min_allowed_confidence_score_for_merging ⇒ ::Float
Returns the value of attribute min_allowed_confidence_score_for_merging.
143 144 145 |
# File 'sig/types.rbs', line 143 def min_allowed_confidence_score_for_merging @min_allowed_confidence_score_for_merging end |