class
Amazonite::CloudWatch::ListMetricStreamsInput
- Amazonite::CloudWatch::ListMetricStreamsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/list_metric_streams_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of results to return in one operation.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of results to return in one operation.
-
#next_token : String | Nil
Include this value, if it was returned by the previous call, to get the next set of metric streams.
-
#next_token=(next_token : String | Nil)
Include this value, if it was returned by the previous call, to get the next set of metric streams.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def max_results=(max_results : Int32 | Nil)
#
The maximum number of results to return in one operation.
def next_token : String | Nil
#
Include this value, if it was returned by the previous call, to get the next set of metric streams.
def next_token=(next_token : String | Nil)
#
Include this value, if it was returned by the previous call, to get the next set of metric streams.