Class: Aws::CloudWatch::Types::ListMetricStreamsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListMetricStreamsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::MetricStreamEntry>
The array of metric stream information.
-
#next_token ⇒ String
The token that marks the start of the next batch of returned results.
Instance Attribute Details
#entries ⇒ Array<Types::MetricStreamEntry>
The array of metric stream information.
2193 2194 2195 2196 2197 2198 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2193 class ListMetricStreamsOutput < Struct.new( :next_token, :entries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2193 2194 2195 2196 2197 2198 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2193 class ListMetricStreamsOutput < Struct.new( :next_token, :entries) SENSITIVE = [] include Aws::Structure end |