Class: Aws::CloudWatchRUM::Types::BatchDeleteRumMetricDefinitionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_monitor_nameString

The name of the CloudWatch RUM app monitor that is sending these metrics.

Returns:

  • (String)


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

#destinationString

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.

Returns:

  • (String)


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_arnString

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.

Returns:

  • (String)


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_idsArray<String>

An array of structures which define the metrics that you want to stop sending.

Returns:

  • (Array<String>)


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