Class: Aws::Types::MetricQueryValue
- Inherits:
-
Object
- Object
- Aws::Types::MetricQueryValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avg ⇒ ::Float
Returns the value of attribute avg.
-
#max ⇒ ::Float
Returns the value of attribute max.
-
#min ⇒ ::Float
Returns the value of attribute min.
-
#p90 ⇒ ::Float
Returns the value of attribute p90.
-
#std ⇒ ::Float
Returns the value of attribute std.
-
#sum ⇒ ::Float
Returns the value of attribute sum.
Instance Attribute Details
#avg ⇒ ::Float
Returns the value of attribute avg.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def avg @avg end |
#max ⇒ ::Float
Returns the value of attribute max.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def max @max end |
#min ⇒ ::Float
Returns the value of attribute min.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def min @min end |
#p90 ⇒ ::Float
Returns the value of attribute p90.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def p90 @p90 end |
#std ⇒ ::Float
Returns the value of attribute std.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def std @std end |
#sum ⇒ ::Float
Returns the value of attribute sum.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def sum @sum end |