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)


2083
2084
2085
2086
2087
2088
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2083

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)


2083
2084
2085
2086
2087
2088
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2083

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