Class: Aws::Personalize::Types::CreateMetricAttributionResponse

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 new metric attribution.

Returns:

  • (String)


1485
1486
1487
1488
1489
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1485

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