Class: Aws::CustomerProfiles::Types::GetSegmentMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSegmentMembershipRequest
- Includes:
- Structure
- Defined in:
- 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.
3597 3598 3599 3600 3601 3602 3603 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3597 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.
3597 3598 3599 3600 3601 3602 3603 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3597 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.
3597 3598 3599 3600 3601 3602 3603 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3597 class GetSegmentMembershipRequest < Struct.new( :domain_name, :segment_definition_name, :profile_ids) SENSITIVE = [] include Aws::Structure end |