Class: Aws::CustomerProfiles::Types::GetSegmentMembershipResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::ProfileQueryFailures>

An array of maps where each contains a response per profile failed for the request.

Returns:



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

#profilesArray<Types::ProfileQueryResult>

An array of maps where each contains a response per profile requested.

Returns:



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_nameString

The unique name of the segment definition.

Returns:

  • (String)


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