Class: Aws::CloudWatchRUM::Types::BatchDeleteRumMetricDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::BatchDeleteRumMetricDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchDeleteRumMetricDefinitionsError>
An array of error objects, if the operation caused any errors.
-
#metric_definition_ids ⇒ Array<String>
The IDs of the metric definitions that were deleted.
Instance Attribute Details
#errors ⇒ Array<Types::BatchDeleteRumMetricDefinitionsError>
An array of error objects, if the operation caused any errors.
448 449 450 451 452 453 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 448 class BatchDeleteRumMetricDefinitionsResponse < Struct.new( :errors, :metric_definition_ids) SENSITIVE = [] include Aws::Structure end |
#metric_definition_ids ⇒ Array<String>
The IDs of the metric definitions that were deleted.
448 449 450 451 452 453 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 448 class BatchDeleteRumMetricDefinitionsResponse < Struct.new( :errors, :metric_definition_ids) SENSITIVE = [] include Aws::Structure end |