Class: Aws::CloudWatchRUM::Types::BatchGetRumMetricDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::BatchGetRumMetricDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_definitions ⇒ Array<Types::MetricDefinition>
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
-
#next_token ⇒ String
A token that you can use in a subsequent operation to retrieve the next set of results.
Instance Attribute Details
#metric_definitions ⇒ Array<Types::MetricDefinition>
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
511 512 513 514 515 516 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 511 class BatchGetRumMetricDefinitionsResponse < Struct.new( :metric_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that you can use in a subsequent operation to retrieve the next set of results.
511 512 513 514 515 516 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 511 class BatchGetRumMetricDefinitionsResponse < Struct.new( :metric_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |