Class: Aws::Types::GetAutoMergingPreviewResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def domain_name
  @domain_name
end

#number_of_matches_in_sample::Integer

Returns the value of attribute number_of_matches_in_sample.

Returns:

  • (::Integer)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def number_of_matches_in_sample
  @number_of_matches_in_sample
end

#number_of_profiles_in_sample::Integer

Returns the value of attribute number_of_profiles_in_sample.

Returns:

  • (::Integer)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def number_of_profiles_in_sample
  @number_of_profiles_in_sample
end

#number_of_profiles_will_be_merged::Integer

Returns the value of attribute number_of_profiles_will_be_merged.

Returns:

  • (::Integer)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def number_of_profiles_will_be_merged
  @number_of_profiles_will_be_merged
end