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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5566
5567
5568
5569
5570
# File 'lib/aws-sdk-personalize/types.rb', line 5566

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