Class: Aws::Personalize::Types::MetricAttributionOutput

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

Overview

The output configuration details for a metric attribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket and add metrics to Amazon CloudWatch. For more information, see [Measuring impact of recommendations].

[1]: docs.aws.amazon.com/personalize/latest/dg/measuring-recommendation-impact.html

Returns:

  • (String)


4787
4788
4789
4790
4791
4792
# File 'lib/aws-sdk-personalize/types.rb', line 4787

class MetricAttributionOutput < Struct.new(
  :s3_data_destination,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#s3_data_destinationTypes::S3DataConfig

The configuration details of an Amazon S3 input or output bucket.

Returns:



4787
4788
4789
4790
4791
4792
# File 'lib/aws-sdk-personalize/types.rb', line 4787

class MetricAttributionOutput < Struct.new(
  :s3_data_destination,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end