class
Amazonite::CloudWatch::DescribeAlarmContributorsOutput
- Amazonite::CloudWatch::DescribeAlarmContributorsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/describe_alarm_contributors_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(alarm_contributors : Array(AlarmContributor), next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alarm_contributors : Array(AlarmContributor)
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token that marks the start of the next batch of returned results.
-
#next_token=(next_token : String | Nil)
The token that marks the start of the next batch of returned results.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
The token that marks the start of the next batch of returned results.
The token that marks the start of the next batch of returned results.