Class: Aws::Personalize::Types::UpdateMetricAttributionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::UpdateMetricAttributionResponse
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_attribution_arn ⇒ String
The Amazon Resource Name (ARN) for the metric attribution that you updated.
Instance Attribute Details
#metric_attribution_arn ⇒ String
The Amazon Resource Name (ARN) for the metric attribution that you updated.
5554 5555 5556 5557 5558 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5554 class UpdateMetricAttributionResponse < Struct.new( :metric_attribution_arn) SENSITIVE = [] include Aws::Structure end |