class
Amazonite::CloudWatch::DescribeAlarmsForMetricInput
- Amazonite::CloudWatch::DescribeAlarmsForMetricInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/describe_alarms_for_metric_input.crConstructors
- .new(metric_name : String, namespace : String, statistic : Statistic | Nil = nil, extended_statistic : String | Nil = nil, dimensions : Array(Dimension) | Nil = nil, period : Int32 | Nil = nil, unit : StandardUnit | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#dimensions : Array(Dimension) | Nil
The dimensions associated with the metric.
-
#dimensions=(dimensions : Array(Dimension) | Nil)
The dimensions associated with the metric.
-
#extended_statistic : String | Nil
The percentile statistic for the metric.
-
#extended_statistic=(extended_statistic : String | Nil)
The percentile statistic for the metric.
-
#hash(hasher)
See
Object#hash(hasher) -
#metric_name : String
The name of the metric.
-
#metric_name=(metric_name : String)
The name of the metric.
-
#namespace : String
The namespace of the metric.
-
#namespace=(namespace : String)
The namespace of the metric.
-
#period : Int32 | Nil
The period, in seconds, over which the statistic is applied.
-
#period=(period : Int32 | Nil)
The period, in seconds, over which the statistic is applied.
-
#statistic : Statistic | Nil
The statistic for the metric, other than percentiles.
-
#statistic=(statistic : Statistic | Nil)
The statistic for the metric, other than percentiles.
-
#unit : StandardUnit | Nil
The unit for the metric.
-
#unit=(unit : StandardUnit | Nil)
The unit for the metric.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the call to succeed.
The dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the call to succeed.
The percentile statistic for the metric. Specify a value between p0.0 and p100.
The percentile statistic for the metric. Specify a value between p0.0 and p100.
The statistic for the metric, other than percentiles. For percentile statistics, use
ExtendedStatistics.
The statistic for the metric, other than percentiles. For percentile statistics, use
ExtendedStatistics.