class Amazonite::CloudWatch::ListManagedInsightRulesOutput

Included Modules

Defined in:

cloudwatch/list_managed_insight_rules_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(managed_rules : Array(ManagedRuleDescription) | Nil = nil, next_token : String | Nil = nil) #

[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 managed_rules : Array(ManagedRuleDescription) | Nil #

The managed rules that are available for the specified Amazon Web Services resource.


[View source]
def managed_rules=(managed_rules : Array(ManagedRuleDescription) | Nil) #

The managed rules that are available for the specified Amazon Web Services resource.


[View source]
def next_token : String | Nil #

Include this value to get the next set of rules if the value was returned by the previous operation.


[View source]
def 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.


[View source]
def validate! : Nil #

[View source]