Class: Aws::CloudWatchRUM::Types::BatchGetRumMetricDefinitionsResponse

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

#metric_definitionsArray<Types::MetricDefinition>

An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.

Returns:



511
512
513
514
515
516
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 511

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

#next_tokenString

A token that you can use in a subsequent operation to retrieve the next set of results.

Returns:

  • (String)


511
512
513
514
515
516
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 511

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