class Amazonite::CloudWatch::ManagedRuleState

Overview

The status of a managed Contributor Insights rule.

Included Modules

Defined in:

cloudwatch/managed_rule_state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rule_name : String, state : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def rule_name : String #

The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.


[View source]
def rule_name=(rule_name : String) #

The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.


[View source]
def state : String #

Indicates whether the rule is enabled or disabled.


[View source]
def state=(state : String) #

Indicates whether the rule is enabled or disabled.


[View source]
def validate! : Nil #

[View source]