Class: Aws::CloudWatch::Types::ListMetricStreamsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListMetricStreamsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in one operation.
-
#next_token ⇒ String
Include this value, if it was returned by the previous call, to get the next set of metric streams.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in one operation.
2174 2175 2176 2177 2178 2179 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2174 class ListMetricStreamsInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Include this value, if it was returned by the previous call, to get the next set of metric streams.
2174 2175 2176 2177 2178 2179 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2174 class ListMetricStreamsInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |