class
Amazonite::CloudWatch::ListManagedInsightRulesInput
- Amazonite::CloudWatch::ListManagedInsightRulesInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/list_managed_insight_rules_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_arn : String, 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 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.
-
#resource_arn : String
The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
-
#resource_arn=(resource_arn : String)
The ARN of an Amazon Web Services resource that has managed Contributor Insights 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 number is used. The default number is 100.
The maximum number of results to return in one operation. If you omit this parameter, the
default number is used. The default number is 100.
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.
The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
The ARN of an Amazon Web Services resource that has managed Contributor Insights rules.