class Aws::CloudWatch::Types::DescribeAlarmsForMetricInput

@note When making an API call, you may pass DescribeAlarmsForMetricInput

data as a hash:

    {
      metric_name: "MetricName", # required
      namespace: "Namespace", # required
      statistic: "SampleCount", # accepts SampleCount, Average, Sum, Minimum, Maximum
      extended_statistic: "ExtendedStatistic",
      dimensions: [
        {
          name: "DimensionName", # required
          value: "DimensionValue", # required
        },
      ],
      period: 1,
      unit: "Seconds", # accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
    }

@!attribute [rw] metric_name

The name of the metric.
@return [String]

@!attribute [rw] namespace

The namespace of the metric.
@return [String]

@!attribute [rw] statistic

The statistic for the metric, other than percentiles. For percentile
statistics, use `ExtendedStatistics`.
@return [String]

@!attribute [rw] extended_statistic

The percentile statistic for the metric. Specify a value between
p0.0 and p100.
@return [String]

@!attribute [rw] dimensions

The dimensions associated with the metric. If the metric has any
associated dimensions, you must specify them in order for the call
to succeed.
@return [Array<Types::Dimension>]

@!attribute [rw] period

The period, in seconds, over which the statistic is applied.
@return [Integer]

@!attribute [rw] unit

The unit for the metric.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/DescribeAlarmsForMetricInput AWS API Documentation

Constants

SENSITIVE