Class: Aws::Types::Statistics
- Inherits:
-
Object
- Object
- Aws::Types::Statistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average ⇒ ::Float
Returns the value of attribute average.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#maximum ⇒ ::Float
Returns the value of attribute maximum.
-
#minimum ⇒ ::Float
Returns the value of attribute minimum.
-
#std_deviation ⇒ ::Float
Returns the value of attribute std_deviation.
-
#sum ⇒ ::Float
Returns the value of attribute sum.
-
#sum_of_squares ⇒ ::Float
Returns the value of attribute sum_of_squares.
-
#variance ⇒ ::Float
Returns the value of attribute variance.
Instance Attribute Details
#average ⇒ ::Float
Returns the value of attribute average.
4605 4606 4607 |
# File 'sig/types.rbs', line 4605 def average @average end |
#count ⇒ ::Integer
Returns the value of attribute count.
4604 4605 4606 |
# File 'sig/types.rbs', line 4604 def count @count end |
#maximum ⇒ ::Float
Returns the value of attribute maximum.
4608 4609 4610 |
# File 'sig/types.rbs', line 4608 def maximum @maximum end |
#minimum ⇒ ::Float
Returns the value of attribute minimum.
4607 4608 4609 |
# File 'sig/types.rbs', line 4607 def minimum @minimum end |
#std_deviation ⇒ ::Float
Returns the value of attribute std_deviation.
4611 4612 4613 |
# File 'sig/types.rbs', line 4611 def std_deviation @std_deviation end |
#sum ⇒ ::Float
Returns the value of attribute sum.
4606 4607 4608 |
# File 'sig/types.rbs', line 4606 def sum @sum end |
#sum_of_squares ⇒ ::Float
Returns the value of attribute sum_of_squares.
4609 4610 4611 |
# File 'sig/types.rbs', line 4609 def sum_of_squares @sum_of_squares end |
#variance ⇒ ::Float
Returns the value of attribute variance.
4610 4611 4612 |
# File 'sig/types.rbs', line 4610 def variance @variance end |