Class: Aws::CloudWatchRUM::Types::MetricDestinationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::MetricDestinationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
A structure that displays information about one destination that CloudWatch RUM sends extended metrics to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
Specifies whether the destination is ‘CloudWatch` or `Evidently`.
-
#destination_arn ⇒ String
If the destination is ‘Evidently`, this specifies the ARN of the Evidently experiment that receives the metrics.
-
#iam_role_arn ⇒ String
This field appears only when the destination is ‘Evidently`.
Instance Attribute Details
#destination ⇒ String
Specifies whether the destination is ‘CloudWatch` or `Evidently`.
1306 1307 1308 1309 1310 1311 1312 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1306 class MetricDestinationSummary < Struct.new( :destination, :destination_arn, :iam_role_arn) SENSITIVE = [] include Aws::Structure end |
#destination_arn ⇒ String
If the destination is ‘Evidently`, this specifies the ARN of the Evidently experiment that receives the metrics.
1306 1307 1308 1309 1310 1311 1312 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1306 class MetricDestinationSummary < Struct.new( :destination, :destination_arn, :iam_role_arn) SENSITIVE = [] include Aws::Structure end |
#iam_role_arn ⇒ String
This field appears only when the destination is ‘Evidently`. It specifies the ARN of the IAM role that is used to write to the Evidently experiment that receives the metrics.
1306 1307 1308 1309 1310 1311 1312 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1306 class MetricDestinationSummary < Struct.new( :destination, :destination_arn, :iam_role_arn) SENSITIVE = [] include Aws::Structure end |