class
Amazonite::CloudWatch::ListManagedInsightRulesOutput
- Amazonite::CloudWatch::ListManagedInsightRulesOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/list_managed_insight_rules_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(managed_rules : Array(ManagedRuleDescription) | Nil = nil, next_token : String | 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) -
#managed_rules : Array(ManagedRuleDescription) | Nil
The managed rules that are available for the specified Amazon Web Services resource.
-
#managed_rules=(managed_rules : Array(ManagedRuleDescription) | Nil)
The managed rules that are available for the specified Amazon Web Services resource.
-
#next_token : String | Nil
Include this value to get the next set of rules if the value was returned by the previous operation.
-
#next_token=(next_token : String | Nil)
Include this value to get the next set of rules if the value was returned by the previous operation.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The managed rules that are available for the specified Amazon Web Services resource.
The managed rules that are available for the specified Amazon Web Services resource.
Include this value to get the next set of rules if the value was returned by the previous operation.
Include this value to get the next set of rules if the value was returned by the previous operation.