class Amazonite::CloudWatch::DescribeAlarmContributorsOutput

Included Modules

Defined in:

cloudwatch/describe_alarm_contributors_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(*, __pull_for_json_serializable 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 alarm_contributors : Array(AlarmContributor) #

A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.


[View source]
def alarm_contributors=(alarm_contributors : Array(AlarmContributor)) #

A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.


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

See Object#hash(hasher)


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]