Class: Aws::PersonalizeEvents::Types::MetricAttribution

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

Overview

Contains information about a metric attribution associated with an event. For more information about metric attributions, see [Measuring impact of recommendations].

[1]: docs.aws.amazon.com/personalize/latest/dg/measuring-recommendation-impact.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_attribution_sourceString

The source of the event, such as a third party.

Returns:

  • (String)


327
328
329
330
331
# File 'lib/aws-sdk-personalizeevents/types.rb', line 327

class MetricAttribution < Struct.new(
  :event_attribution_source)
  SENSITIVE = []
  include Aws::Structure
end