Class: Aws::CustomerProfiles::Types::GetSegmentMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSegmentMembershipResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#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.
3621 3622 3623 3624 3625 3626 3627 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3621 class GetSegmentMembershipResponse < Struct.new( :segment_definition_name, :profiles, :failures) SENSITIVE = [] include Aws::Structure end |
#profiles ⇒ Array<Types::ProfileQueryResult>
An array of maps where each contains a response per profile requested.
3621 3622 3623 3624 3625 3626 3627 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3621 class GetSegmentMembershipResponse < Struct.new( :segment_definition_name, :profiles, :failures) SENSITIVE = [] include Aws::Structure end |
#segment_definition_name ⇒ String
The unique name of the segment definition.
3621 3622 3623 3624 3625 3626 3627 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3621 class GetSegmentMembershipResponse < Struct.new( :segment_definition_name, :profiles, :failures) SENSITIVE = [] include Aws::Structure end |