Class: Aws::Types::Stats
- Inherits:
-
Object
- Object
- Aws::Types::Stats
- 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.
-
#sum ⇒ ::Float
Returns the value of attribute sum.
Instance Attribute Details
#avg ⇒ ::Float
Returns the value of attribute avg.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def avg @avg end |
#max ⇒ ::Float
Returns the value of attribute max.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def max @max end |
#min ⇒ ::Float
Returns the value of attribute min.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def min @min end |
#sum ⇒ ::Float
Returns the value of attribute sum.
2894 2895 2896 |
# File 'sig/types.rbs', line 2894 def sum @sum end |