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.
4382 4383 4384 |
# File 'sig/types.rbs', line 4382 def name @name end |
#statistic ⇒ "SUM", ...
Returns the value of attribute statistic.
4384 4385 4386 |
# File 'sig/types.rbs', line 4384 def statistic @statistic end |
#threshold ⇒ Types::Threshold
Returns the value of attribute threshold.
4383 4384 4385 |
# File 'sig/types.rbs', line 4383 def threshold @threshold end |
#unit ⇒ "SECONDS", ...
Returns the value of attribute unit.
4385 4386 4387 |
# File 'sig/types.rbs', line 4385 def unit @unit end |