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.
441 442 443 444 445 446 447 448 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 441 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.
441 442 443 444 445 446 447 448 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 441 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.
441 442 443 444 445 446 447 448 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 441 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.
441 442 443 444 445 446 447 448 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 441 class BatchDeleteRumMetricDefinitionsRequest < Struct.new( :app_monitor_name, :destination, :destination_arn, :metric_definition_ids) SENSITIVE = [] include Aws::Structure end |