Class: Aws::CloudWatchRUM::Types::BatchDeleteRumMetricDefinitionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchDeleteRumMetricDefinitionsError>

An array of error objects, if the operation caused any errors.



448
449
450
451
452
453
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 448

class BatchDeleteRumMetricDefinitionsResponse < Struct.new(
  :errors,
  :metric_definition_ids)
  SENSITIVE = []
  include Aws::Structure
end

#metric_definition_idsArray<String>

The IDs of the metric definitions that were deleted.

Returns:

  • (Array<String>)


448
449
450
451
452
453
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 448

class BatchDeleteRumMetricDefinitionsResponse < Struct.new(
  :errors,
  :metric_definition_ids)
  SENSITIVE = []
  include Aws::Structure
end