Class: Aws::CloudWatch::Types::ListMetricsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#metricsArray<Types::Metric>

The metrics.

Returns:



965
966
967
968
969
# File 'lib/aws-sdk-cloudwatch/types.rb', line 965

class ListMetricsOutput < Struct.new(
  :metrics,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token that marks the start of the next batch of returned results.

Returns:

  • (String)


965
966
967
968
969
# File 'lib/aws-sdk-cloudwatch/types.rb', line 965

class ListMetricsOutput < Struct.new(
  :metrics,
  :next_token)
  include Aws::Structure
end