class Amazonite::CloudWatch::DescribeAlarmsOutput

Included Modules

Defined in:

cloudwatch/describe_alarms_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(composite_alarms : Array(CompositeAlarm) | Nil = nil, metric_alarms : Array(MetricAlarm) | Nil = nil, log_alarms : Array(LogAlarm) | 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 composite_alarms : Array(CompositeAlarm) | Nil #

The information about any composite alarms returned by the operation.


[View source]
def composite_alarms=(composite_alarms : Array(CompositeAlarm) | Nil) #

The information about any composite alarms returned by the operation.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def log_alarms : Array(LogAlarm) | Nil #

The information about any log alarms returned by the operation.


[View source]
def log_alarms=(log_alarms : Array(LogAlarm) | Nil) #

The information about any log alarms returned by the operation.


[View source]
def metric_alarms : Array(MetricAlarm) | Nil #

The information about any metric alarms returned by the operation.


[View source]
def metric_alarms=(metric_alarms : Array(MetricAlarm) | Nil) #

The information about any metric alarms returned by the operation.


[View source]
def next_token : String | Nil #

The token that marks the start of the next batch of returned results.


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

The token that marks the start of the next batch of returned results.


[View source]
def validate! : Nil #

[View source]