Class: Aws::Personalize::Types::DescribeMetricAttributionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeMetricAttributionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_attribution ⇒ Types::MetricAttribution
The details of the metric attribution.
Instance Attribute Details
#metric_attribution ⇒ Types::MetricAttribution
The details of the metric attribution.
3256 3257 3258 3259 3260 |
# File 'lib/aws-sdk-personalize/types.rb', line 3256 class DescribeMetricAttributionResponse < Struct.new( :metric_attribution) SENSITIVE = [] include Aws::Structure end |