class Amazonite::CloudWatch::DisableInsightRulesInput

Included Modules

Defined in:

cloudwatch/disable_insight_rules_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(rule_names : Array(String)) #

[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_names : Array(String) #

An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.


[View source]
def rule_names=(rule_names : Array(String)) #

An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.


[View source]
def validate! : Nil #

[View source]