Class: Aws::CloudWatch::Types::ListMetricStreamsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::MetricStreamEntry>

The array of metric stream information.

Returns:



2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2126

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

#next_tokenString

The token that marks the start of the next batch of returned results. You can use this token in a subsequent operation to get the next batch of results.

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2126

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