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

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

#failuresArray<Types::ProfileQueryFailures>

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

Returns:



4770
4771
4772
4773
4774
4775
4776
4777
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4770

class GetSegmentMembershipResponse < Struct.new(
  :segment_definition_name,
  :profiles,
  :failures,
  :last_computed_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_computed_atTime

The timestamp indicating when the segment membership was last computed or updated.

Returns:

  • (Time)


4770
4771
4772
4773
4774
4775
4776
4777
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4770

class GetSegmentMembershipResponse < Struct.new(
  :segment_definition_name,
  :profiles,
  :failures,
  :last_computed_at)
  SENSITIVE = []
  include Aws::Structure
end

#profilesArray<Types::ProfileQueryResult>

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

Returns:



4770
4771
4772
4773
4774
4775
4776
4777
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4770

class GetSegmentMembershipResponse < Struct.new(
  :segment_definition_name,
  :profiles,
  :failures,
  :last_computed_at)
  SENSITIVE = []
  include Aws::Structure
end

#segment_definition_nameString

The unique name of the segment definition.

Returns:

  • (String)


4770
4771
4772
4773
4774
4775
4776
4777
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4770

class GetSegmentMembershipResponse < Struct.new(
  :segment_definition_name,
  :profiles,
  :failures,
  :last_computed_at)
  SENSITIVE = []
  include Aws::Structure
end