class
Amazonite::CloudWatch::DescribeInsightRulesInput
- Amazonite::CloudWatch::DescribeInsightRulesInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/describe_insight_rules_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 operation, to get the next set of rules.
-
#next_token=(next_token : String | Nil)
Include this value, if it was returned by the previous operation, to get the next set of rules.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used.
The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used.
Include this value, if it was returned by the previous operation, to get the next set of rules.
Include this value, if it was returned by the previous operation, to get the next set of rules.