Class: Aws::CloudWatch::Types::DescribeAlarmsForMetricInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsArray<Types::Dimension>

The dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the call to succeed.

Returns:



669
670
671
672
673
674
675
676
677
678
679
# File 'lib/aws-sdk-cloudwatch/types.rb', line 669

class DescribeAlarmsForMetricInput < Struct.new(
  :metric_name,
  :namespace,
  :statistic,
  :extended_statistic,
  :dimensions,
  :period,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#extended_statisticString

The percentile statistic for the metric. Specify a value between p0.0 and p100.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
679
# File 'lib/aws-sdk-cloudwatch/types.rb', line 669

class DescribeAlarmsForMetricInput < Struct.new(
  :metric_name,
  :namespace,
  :statistic,
  :extended_statistic,
  :dimensions,
  :period,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the metric.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
679
# File 'lib/aws-sdk-cloudwatch/types.rb', line 669

class DescribeAlarmsForMetricInput < Struct.new(
  :metric_name,
  :namespace,
  :statistic,
  :extended_statistic,
  :dimensions,
  :period,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the metric.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
679
# File 'lib/aws-sdk-cloudwatch/types.rb', line 669

class DescribeAlarmsForMetricInput < Struct.new(
  :metric_name,
  :namespace,
  :statistic,
  :extended_statistic,
  :dimensions,
  :period,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#periodInteger

The period, in seconds, over which the statistic is applied.

Returns:

  • (Integer)


669
670
671
672
673
674
675
676
677
678
679
# File 'lib/aws-sdk-cloudwatch/types.rb', line 669

class DescribeAlarmsForMetricInput < Struct.new(
  :metric_name,
  :namespace,
  :statistic,
  :extended_statistic,
  :dimensions,
  :period,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#statisticString

The statistic for the metric, other than percentiles. For percentile statistics, use ‘ExtendedStatistics`.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
679
# File 'lib/aws-sdk-cloudwatch/types.rb', line 669

class DescribeAlarmsForMetricInput < Struct.new(
  :metric_name,
  :namespace,
  :statistic,
  :extended_statistic,
  :dimensions,
  :period,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit for the metric.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
679
# File 'lib/aws-sdk-cloudwatch/types.rb', line 669

class DescribeAlarmsForMetricInput < Struct.new(
  :metric_name,
  :namespace,
  :statistic,
  :extended_statistic,
  :dimensions,
  :period,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end