Class: Aws::CloudWatch::Types::ListMetricStreamsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListMetricStreamsOutput
- Defined in:
- gems/aws-sdk-cloudwatch/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.
2111 2112 2113 2114 2115 2116 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2111 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.
2111 2112 2113 2114 2115 2116 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2111 class ListMetricStreamsOutput < Struct.new( :next_token, :entries) SENSITIVE = [] include Aws::Structure end |