Class: Aws::CustomerProfiles::Types::ProfileQueryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ProfileQueryResult
- 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
-
#profile ⇒ Types::Profile
The standard profile of a customer.
-
#profile_id ⇒ String
The profile id the result belongs to.
-
#query_result ⇒ String
Describes whether the profile was absent or present in the segment.
Instance Attribute Details
#profile ⇒ Types::Profile
The standard profile of a customer.
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_id ⇒ String
The profile id the result belongs to.
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_result ⇒ String
Describes whether the profile was absent or present in the segment.
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 |