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

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

Returns:

  • (String)


1423
1424
1425
1426
1427
# File 'lib/aws-sdk-personalize/types.rb', line 1423

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