Class: Aws::PersonalizeEvents::Types::MetricAttribution
- Inherits:
-
Struct
- Object
- Struct
- Aws::PersonalizeEvents::Types::MetricAttribution
- 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
-
#event_attribution_source ⇒ String
The source of the event, such as a third party.
Instance Attribute Details
#event_attribution_source ⇒ String
The source of the event, such as a third party.
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 |