Class: Aws::Personalize::Types::UpdateMetricAttributionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_attribution_arnString

The Amazon Resource Name (ARN) for the metric attribution that you updated.

Returns:

  • (String)


5710
5711
5712
5713
5714
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5710

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