Class: Aws::Types::GetAutoMergingPreviewResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAutoMergingPreviewResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#number_of_matches_in_sample ⇒ ::Integer
Returns the value of attribute number_of_matches_in_sample.
-
#number_of_profiles_in_sample ⇒ ::Integer
Returns the value of attribute number_of_profiles_in_sample.
-
#number_of_profiles_will_be_merged ⇒ ::Integer
Returns the value of attribute number_of_profiles_will_be_merged.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
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.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def number_of_profiles_will_be_merged @number_of_profiles_will_be_merged end |