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.
4329 4330 4331 |
# File 'sig/types.rbs', line 4329 def name @name end |
#statistic ⇒ "SUM", ...
Returns the value of attribute statistic.
4331 4332 4333 |
# File 'sig/types.rbs', line 4331 def statistic @statistic end |
#threshold ⇒ Types::Threshold
Returns the value of attribute threshold.
4330 4331 4332 |
# File 'sig/types.rbs', line 4330 def threshold @threshold end |
#unit ⇒ "SECONDS", ...
Returns the value of attribute unit.
4332 4333 4334 |
# File 'sig/types.rbs', line 4332 def unit @unit end |