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.
6045 6046 6047 6048 6049 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 6045 class UpdateMetricAttributionResponse < Struct.new( :metric_attribution_arn) SENSITIVE = [] include Aws::Structure end |