Class: Aws::CloudWatchRUM::Types::BatchDeleteRumMetricDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::BatchDeleteRumMetricDefinitionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_monitor_name ⇒ String
The name of the CloudWatch RUM app monitor that is sending these metrics.
-
#destination ⇒ String
Defines the destination where you want to stop sending the specified metrics.
-
#destination_arn ⇒ String
This parameter is required if ‘Destination` is `Evidently`.
-
#metric_definition_ids ⇒ Array<String>
An array of structures which define the metrics that you want to stop sending.
Instance Attribute Details
#app_monitor_name ⇒ String
The name of the CloudWatch RUM app monitor that is sending these metrics.
429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 429 class BatchDeleteRumMetricDefinitionsRequest < Struct.new( :app_monitor_name, :destination, :destination_arn, :metric_definition_ids) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ String
Defines the destination where you want to stop sending the specified metrics. Valid values are ‘CloudWatch` and `Evidently`. If you specify `Evidently`, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.
429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 429 class BatchDeleteRumMetricDefinitionsRequest < Struct.new( :app_monitor_name, :destination, :destination_arn, :metric_definition_ids) SENSITIVE = [] include Aws::Structure end |
#destination_arn ⇒ String
This parameter is required if ‘Destination` is `Evidently`. If `Destination` is `CloudWatch`, do not use this parameter.
This parameter specifies the ARN of the Evidently experiment that was receiving the metrics that are being deleted.
429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 429 class BatchDeleteRumMetricDefinitionsRequest < Struct.new( :app_monitor_name, :destination, :destination_arn, :metric_definition_ids) SENSITIVE = [] include Aws::Structure end |
#metric_definition_ids ⇒ Array<String>
An array of structures which define the metrics that you want to stop sending.
429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 429 class BatchDeleteRumMetricDefinitionsRequest < Struct.new( :app_monitor_name, :destination, :destination_arn, :metric_definition_ids) SENSITIVE = [] include Aws::Structure end |