Class: Aws::CustomerProfiles::Types::GetSegmentMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSegmentMembershipResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failures ⇒ Array<Types::ProfileQueryFailures>
An array of maps where each contains a response per profile failed for the request.
-
#last_computed_at ⇒ Time
The timestamp indicating when the segment membership was last computed or updated.
-
#profiles ⇒ Array<Types::ProfileQueryResult>
An array of maps where each contains a response per profile requested.
-
#segment_definition_name ⇒ String
The unique name of the segment definition.
Instance Attribute Details
#failures ⇒ Array<Types::ProfileQueryFailures>
An array of maps where each contains a response per profile failed for the request.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4770 class GetSegmentMembershipResponse < Struct.new( :segment_definition_name, :profiles, :failures, :last_computed_at) SENSITIVE = [] include Aws::Structure end |
#last_computed_at ⇒ Time
The timestamp indicating when the segment membership was last computed or updated.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4770 class GetSegmentMembershipResponse < Struct.new( :segment_definition_name, :profiles, :failures, :last_computed_at) SENSITIVE = [] include Aws::Structure end |
#profiles ⇒ Array<Types::ProfileQueryResult>
An array of maps where each contains a response per profile requested.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4770 class GetSegmentMembershipResponse < Struct.new( :segment_definition_name, :profiles, :failures, :last_computed_at) SENSITIVE = [] include Aws::Structure end |
#segment_definition_name ⇒ String
The unique name of the segment definition.
4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4770 class GetSegmentMembershipResponse < Struct.new( :segment_definition_name, :profiles, :failures, :last_computed_at) SENSITIVE = [] include Aws::Structure end |