class Amazonite::CloudWatch::DescribeInsightRulesOutput

Included Modules

Defined in:

cloudwatch/describe_insight_rules_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(next_token : String | Nil = nil, insight_rules : Array(InsightRule) | 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 insight_rules : Array(InsightRule) | Nil #

The rules returned by the operation.


[View source]
def insight_rules=(insight_rules : Array(InsightRule) | Nil) #

The rules returned by the operation.


[View source]
def next_token : String | Nil #

If this parameter is present, it is a token that marks the start of the next batch of returned results.


[View source]
def next_token=(next_token : String | Nil) #

If this parameter is present, it is a token that marks the start of the next batch of returned results.


[View source]
def validate! : Nil #

[View source]