Class: Aws::CloudWatchRUM::Types::BatchCreateRumMetricDefinitionsResponse

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::BatchCreateRumMetricDefinitionsError>

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



365
366
367
368
369
370
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 365

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

#metric_definitionsArray<Types::MetricDefinition>

An array of structures that define the extended metrics.

Returns:



365
366
367
368
369
370
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 365

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