Class: Aws::Types::DescribeAlarmsForMetricInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimensions::Array[Types::Dimension]

Returns the value of attribute dimensions.

Returns:



230
231
232
# File 'sig/types.rbs', line 230

def dimensions
  @dimensions
end

#extended_statistic::String

Returns the value of attribute extended_statistic.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def extended_statistic
  @extended_statistic
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def namespace
  @namespace
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


231
232
233
# File 'sig/types.rbs', line 231

def period
  @period
end

#statistic"SampleCount", ...

Returns the value of attribute statistic.

Returns:

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


228
229
230
# File 'sig/types.rbs', line 228

def statistic
  @statistic
end

#unit"Seconds", ...

Returns the value of attribute unit.

Returns:

  • ("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")


232
233
234
# File 'sig/types.rbs', line 232

def unit
  @unit
end