class
Amazonite::CloudWatch::DescribeInsightRulesOutput
- Amazonite::CloudWatch::DescribeInsightRulesOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/describe_insight_rules_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_token : String | Nil = nil, insight_rules : Array(InsightRule) | 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) -
#insight_rules : Array(InsightRule) | Nil
The rules returned by the operation.
-
#insight_rules=(insight_rules : Array(InsightRule) | Nil)
The rules returned by the operation.
-
#next_token : String | Nil
If this parameter is present, it is a token that marks the start of the next batch of returned results.
-
#next_token=(next_token : String | Nil)
If this parameter is present, it is a token that marks the start of the next batch of returned results.
- #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 next_token : String | Nil
#
If this parameter is present, it is a token that marks the start of the next batch of returned results.
def next_token=(next_token : String | Nil)
#
If this parameter is present, it is a token that marks the start of the next batch of returned results.