class Amazonite::CloudWatch::DescribeAlarmContributorsInput

Included Modules

Defined in:

cloudwatch/describe_alarm_contributors_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(alarm_name : String, 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 alarm_name : String #

The name of the alarm for which to retrieve contributor information.


[View source]
def alarm_name=(alarm_name : String) #

The name of the alarm for which to retrieve contributor information.


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

See Object#hash(hasher)


def next_token : String | Nil #

The token returned by a previous call to indicate that there is more data available.


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

The token returned by a previous call to indicate that there is more data available.


[View source]
def validate! : Nil #

[View source]