class
Amazonite::CloudWatch::ManagedRuleState
- Amazonite::CloudWatch::ManagedRuleState
- Reference
- Object
Overview
The status of a managed Contributor Insights rule.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/managed_rule_state.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#rule_name : String
The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.
-
#rule_name=(rule_name : String)
The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.
-
#state : String
Indicates whether the rule is enabled or disabled.
-
#state=(state : String)
Indicates whether the rule is enabled or disabled.
- #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 rule_name : String
#
The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.
def rule_name=(rule_name : String)
#
The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.