Class: Aws::CustomerProfiles::Types::ProfileQueryResult

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

Overview

Object that holds the results for membership.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profileTypes::Profile

The standard profile of a customer.

Returns:



7612
7613
7614
7615
7616
7617
7618
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7612

class ProfileQueryResult < Struct.new(
  :profile_id,
  :query_result,
  :profile)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The profile id the result belongs to.

Returns:

  • (String)


7612
7613
7614
7615
7616
7617
7618
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7612

class ProfileQueryResult < Struct.new(
  :profile_id,
  :query_result,
  :profile)
  SENSITIVE = []
  include Aws::Structure
end

#query_resultString

Describes whether the profile was absent or present in the segment.

Returns:

  • (String)


7612
7613
7614
7615
7616
7617
7618
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7612

class ProfileQueryResult < Struct.new(
  :profile_id,
  :query_result,
  :profile)
  SENSITIVE = []
  include Aws::Structure
end