Class: Aws::CustomerProfiles::Types::GetAutoMergingPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetAutoMergingPreviewResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#number_of_matches_in_sample ⇒ Integer
The number of match groups in the domain that have been reviewed in this preview dry run.
-
#number_of_profiles_in_sample ⇒ Integer
The number of profiles found in this preview dry run.
-
#number_of_profiles_will_be_merged ⇒ Integer
The number of profiles that would be merged if this wasn’t a preview dry run.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
2692 2693 2694 2695 2696 2697 2698 2699 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2692 class GetAutoMergingPreviewResponse < Struct.new( :domain_name, :number_of_matches_in_sample, :number_of_profiles_in_sample, :number_of_profiles_will_be_merged) SENSITIVE = [] include Aws::Structure end |
#number_of_matches_in_sample ⇒ Integer
The number of match groups in the domain that have been reviewed in this preview dry run.
2692 2693 2694 2695 2696 2697 2698 2699 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2692 class GetAutoMergingPreviewResponse < Struct.new( :domain_name, :number_of_matches_in_sample, :number_of_profiles_in_sample, :number_of_profiles_will_be_merged) SENSITIVE = [] include Aws::Structure end |
#number_of_profiles_in_sample ⇒ Integer
The number of profiles found in this preview dry run.
2692 2693 2694 2695 2696 2697 2698 2699 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2692 class GetAutoMergingPreviewResponse < Struct.new( :domain_name, :number_of_matches_in_sample, :number_of_profiles_in_sample, :number_of_profiles_will_be_merged) SENSITIVE = [] include Aws::Structure end |
#number_of_profiles_will_be_merged ⇒ Integer
The number of profiles that would be merged if this wasn’t a preview dry run.
2692 2693 2694 2695 2696 2697 2698 2699 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2692 class GetAutoMergingPreviewResponse < Struct.new( :domain_name, :number_of_matches_in_sample, :number_of_profiles_in_sample, :number_of_profiles_will_be_merged) SENSITIVE = [] include Aws::Structure end |