Class: Aws::Types::GetAutoMergingPreviewRequest

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.



1024
1025
1026
# File 'sig/types.rbs', line 1024

def conflict_resolution
  @conflict_resolution
end

#consolidationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def min_allowed_confidence_score_for_merging
  @min_allowed_confidence_score_for_merging
end