Class: Aws::Types::CloudWatchAlarmDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"GREATER_THAN_OR_EQUAL", ...

Returns the value of attribute comparison_operator.

Returns:

  • ("GREATER_THAN_OR_EQUAL", "GREATER_THAN", "LESS_THAN", "LESS_THAN_OR_EQUAL")


140
141
142
# File 'sig/types.rbs', line 140

def comparison_operator
  @comparison_operator
end

#dimensions::Array[Types::MetricDimension]

Returns the value of attribute dimensions.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def dimensions
  @dimensions
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.

Returns:

  • (::Integer)


141
142
143
# File 'sig/types.rbs', line 141

def evaluation_periods
  @evaluation_periods
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def namespace
  @namespace
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


144
145
146
# File 'sig/types.rbs', line 144

def period
  @period
end

#statistic"SAMPLE_COUNT", ...

Returns the value of attribute statistic.

Returns:

  • ("SAMPLE_COUNT", "AVERAGE", "SUM", "MINIMUM", "MAXIMUM")


145
146
147
# File 'sig/types.rbs', line 145

def statistic
  @statistic
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


146
147
148
# File 'sig/types.rbs', line 146

def threshold
  @threshold
end

#unit"NONE", ...

Returns the value of attribute unit.

Returns:

  • ("NONE", "SECONDS", "MICRO_SECONDS", "MILLI_SECONDS", "BYTES", "KILO_BYTES", "MEGA_BYTES", "GIGA_BYTES", "TERA_BYTES", "BITS", "KILO_BITS", "MEGA_BITS", "GIGA_BITS", "TERA_BITS", "PERCENT", "COUNT", "BYTES_PER_SECOND", "KILO_BYTES_PER_SECOND", "MEGA_BYTES_PER_SECOND", "GIGA_BYTES_PER_SECOND", "TERA_BYTES_PER_SECOND", "BITS_PER_SECOND", "KILO_BITS_PER_SECOND", "MEGA_BITS_PER_SECOND", "GIGA_BITS_PER_SECOND", "TERA_BITS_PER_SECOND", "COUNT_PER_SECOND")


147
148
149
# File 'sig/types.rbs', line 147

def unit
  @unit
end