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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2112
2113
2114
2115
2116
2117
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2112

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)


2112
2113
2114
2115
2116
2117
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2112

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