Class: Aws::CloudWatch::Types::ListMetricStreamsInput

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

#max_resultsInteger

The maximum number of results to return in one operation.

Returns:

  • (Integer)


2107
2108
2109
2110
2111
2112
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2107

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

#next_tokenString

Include this value, if it was returned by the previous call, to get the next set of metric streams.

Returns:

  • (String)


2107
2108
2109
2110
2111
2112
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2107

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