Class: Aws::Types::GetAutoMergingPreviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAutoMergingPreviewRequest
- 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.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#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.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def conflict_resolution @conflict_resolution end |
#consolidation ⇒ Types::Consolidation
Returns the value of attribute consolidation.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def consolidation @consolidation end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def domain_name @domain_name end |
#min_allowed_confidence_score_for_merging ⇒ ::Float
Returns the value of attribute min_allowed_confidence_score_for_merging.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def min_allowed_confidence_score_for_merging @min_allowed_confidence_score_for_merging end |