Class: Aws::CustomerProfiles::Types::GetSegmentMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSegmentMembershipRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#profile_ids ⇒ Array<String>
The list of profile IDs to query for.
-
#segment_definition_name ⇒ String
The Id of the wanted segment.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3286 class GetSegmentMembershipRequest < Struct.new( :domain_name, :segment_definition_name, :profile_ids) SENSITIVE = [] include Aws::Structure end |
#profile_ids ⇒ Array<String>
The list of profile IDs to query for.
3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3286 class GetSegmentMembershipRequest < Struct.new( :domain_name, :segment_definition_name, :profile_ids) SENSITIVE = [] include Aws::Structure end |
#segment_definition_name ⇒ String
The Id of the wanted segment. Needs to be a valid, and existing segment Id.
3286 3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3286 class GetSegmentMembershipRequest < Struct.new( :domain_name, :segment_definition_name, :profile_ids) SENSITIVE = [] include Aws::Structure end |