Class: Aws::CustomerProfiles::Types::GetSegmentMembershipRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


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_idsArray<String>

The list of profile IDs to query for.

Returns:

  • (Array<String>)


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_nameString

The Id of the wanted segment. Needs to be a valid, and existing segment Id.

Returns:

  • (String)


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