Class: Aws::Types::DescribeAlarmsForMetricInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAlarmsForMetricInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
-
#extended_statistic ⇒ ::String
Returns the value of attribute extended_statistic.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
Instance Attribute Details
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
230 231 232 |
# File 'sig/types.rbs', line 230 def dimensions @dimensions end |
#extended_statistic ⇒ ::String
Returns the value of attribute extended_statistic.
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.
226 227 228 |
# File 'sig/types.rbs', line 226 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
227 228 229 |
# File 'sig/types.rbs', line 227 def namespace @namespace end |
#period ⇒ ::Integer
Returns the value of attribute period.
231 232 233 |
# File 'sig/types.rbs', line 231 def period @period end |
#statistic ⇒ "SampleCount", ...
Returns the value of attribute statistic.
228 229 230 |
# File 'sig/types.rbs', line 228 def statistic @statistic end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
232 233 234 |
# File 'sig/types.rbs', line 232 def unit @unit end |