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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



5829
5830
5831
5832
5833
5834
5835
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5829

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)


5829
5830
5831
5832
5833
5834
5835
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5829

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)


5829
5830
5831
5832
5833
5834
5835
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5829

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