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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalizeevents/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.

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 'gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/types.rb', line 327

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