Class: Aws::CloudWatchRUM::Types::BatchCreateRumMetricDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::BatchCreateRumMetricDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchCreateRumMetricDefinitionsError>
An array of error objects, if the operation caused any errors.
-
#metric_definitions ⇒ Array<Types::MetricDefinition>
An array of structures that define the extended metrics.
Instance Attribute Details
#errors ⇒ Array<Types::BatchCreateRumMetricDefinitionsError>
An array of error objects, if the operation caused any errors.
365 366 367 368 369 370 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 365 class BatchCreateRumMetricDefinitionsResponse < Struct.new( :errors, :metric_definitions) SENSITIVE = [] include Aws::Structure end |
#metric_definitions ⇒ Array<Types::MetricDefinition>
An array of structures that define the extended metrics.
365 366 367 368 369 370 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 365 class BatchCreateRumMetricDefinitionsResponse < Struct.new( :errors, :metric_definitions) SENSITIVE = [] include Aws::Structure end |