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.
4387 4388 4389 |
# File 'sig/types.rbs', line 4387 def name @name end |
#statistic ⇒ "SUM", ...
Returns the value of attribute statistic.
4389 4390 4391 |
# File 'sig/types.rbs', line 4389 def statistic @statistic end |
#threshold ⇒ Types::Threshold
Returns the value of attribute threshold.
4388 4389 4390 |
# File 'sig/types.rbs', line 4388 def threshold @threshold end |
#unit ⇒ "SECONDS", ...
Returns the value of attribute unit.
4390 4391 4392 |
# File 'sig/types.rbs', line 4390 def unit @unit end |