Class: Aws::Types::AutoMerging

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_resolutionTypes::ConflictResolution

Returns the value of attribute conflict_resolution.



142
143
144
# File 'sig/types.rbs', line 142

def conflict_resolution
  @conflict_resolution
end

#consolidationTypes::Consolidation

Returns the value of attribute consolidation.



141
142
143
# File 'sig/types.rbs', line 141

def consolidation
  @consolidation
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Float)


143
144
145
# File 'sig/types.rbs', line 143

def min_allowed_confidence_score_for_merging
  @min_allowed_confidence_score_for_merging
end