class
Amazonite::CloudWatch::DescribeAlarmsOutput
- Amazonite::CloudWatch::DescribeAlarmsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/describe_alarms_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(composite_alarms : Array(CompositeAlarm) | Nil = nil, metric_alarms : Array(MetricAlarm) | Nil = nil, log_alarms : Array(LogAlarm) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#composite_alarms : Array(CompositeAlarm) | Nil
The information about any composite alarms returned by the operation.
-
#composite_alarms=(composite_alarms : Array(CompositeAlarm) | Nil)
The information about any composite alarms returned by the operation.
-
#hash(hasher)
See
Object#hash(hasher) -
#log_alarms : Array(LogAlarm) | Nil
The information about any log alarms returned by the operation.
-
#log_alarms=(log_alarms : Array(LogAlarm) | Nil)
The information about any log alarms returned by the operation.
-
#metric_alarms : Array(MetricAlarm) | Nil
The information about any metric alarms returned by the operation.
-
#metric_alarms=(metric_alarms : Array(MetricAlarm) | Nil)
The information about any metric alarms returned by the operation.
-
#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?.
The information about any composite alarms returned by the operation.
The information about any composite alarms returned by the operation.
The information about any log alarms returned by the operation.
The information about any log alarms returned by the operation.
The information about any metric alarms returned by the operation.
The information about any metric alarms returned by the operation.
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.