Class: Aws::Personalize::Types::MetricAttributionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::MetricAttributionOutput
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
The output configuration details for a metric attribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
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.
-
#s3_data_destination ⇒ Types::S3DataConfig
The configuration details of an Amazon S3 input or output bucket.
Instance Attribute Details
#role_arn ⇒ String
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.
4338 4339 4340 4341 4342 4343 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4338 class MetricAttributionOutput < Struct.new( :s3_data_destination, :role_arn) SENSITIVE = [] include Aws::Structure end |
#s3_data_destination ⇒ Types::S3DataConfig
The configuration details of an Amazon S3 input or output bucket.
4338 4339 4340 4341 4342 4343 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4338 class MetricAttributionOutput < Struct.new( :s3_data_destination, :role_arn) SENSITIVE = [] include Aws::Structure end |