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.
1817 1818 1819 1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1817 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.
1817 1818 1819 1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1817 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 |