Class: Aws::CustomerProfiles::Types::GetAutoMergingPreviewResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-customerprofiles/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_sampleInteger

The number of match groups in the domain that have been reviewed in this preview dry run.

Returns:

  • (Integer)


1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-customerprofiles/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_sampleInteger

The number of profiles found in this preview dry run.

Returns:

  • (Integer)


1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-customerprofiles/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_mergedInteger

The number of profiles that would be merged if this wasn't a preview dry run.

Returns:

  • (Integer)


1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-customerprofiles/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