Class: Aws::Types::CloudWatchAlarmConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"GreaterThanOrEqualToThreshold", ...

Returns the value of attribute comparison_operator.

Returns:

  • ("GreaterThanOrEqualToThreshold", "GreaterThanThreshold", "LessThanThreshold", "LessThanOrEqualToThreshold")


157
158
159
# File 'sig/types.rbs', line 157

def comparison_operator
  @comparison_operator
end

#dimensions::Array[Types::Dimension]

Returns the value of attribute dimensions.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def dimensions
  @dimensions
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.

Returns:

  • (::Integer)


155
156
157
# File 'sig/types.rbs', line 155

def evaluation_periods
  @evaluation_periods
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def namespace
  @namespace
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


158
159
160
# File 'sig/types.rbs', line 158

def period
  @period
end

#statistic"Average", ...

Returns the value of attribute statistic.

Returns:

  • ("Average", "Sum", "SampleCount", "Maximum", "Minimum")


161
162
163
# File 'sig/types.rbs', line 161

def statistic
  @statistic
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


156
157
158
# File 'sig/types.rbs', line 156

def threshold
  @threshold
end