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)


5981
5982
5983
5984
5985
# File 'lib/aws-sdk-personalize/types.rb', line 5981

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