Class: Aws::Types::HistoricalMetric
- Inherits:
-
Object
- Object
- Aws::Types::HistoricalMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "CONTACTS_QUEUED", ...
Returns the value of attribute name.
-
#statistic ⇒ "SUM", ...
Returns the value of attribute statistic.
-
#threshold ⇒ Types::Threshold
Returns the value of attribute threshold.
-
#unit ⇒ "SECONDS", ...
Returns the value of attribute unit.
Instance Attribute Details
#name ⇒ "CONTACTS_QUEUED", ...
Returns the value of attribute name.
4468 4469 4470 |
# File 'sig/types.rbs', line 4468 def name @name end |
#statistic ⇒ "SUM", ...
Returns the value of attribute statistic.
4470 4471 4472 |
# File 'sig/types.rbs', line 4470 def statistic @statistic end |
#threshold ⇒ Types::Threshold
Returns the value of attribute threshold.
4469 4470 4471 |
# File 'sig/types.rbs', line 4469 def threshold @threshold end |
#unit ⇒ "SECONDS", ...
Returns the value of attribute unit.
4471 4472 4473 |
# File 'sig/types.rbs', line 4471 def unit @unit end |