Class: Aws::Types::Aggregates
- Inherits:
-
Object
- Object
- Aws::Types::Aggregates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average ⇒ ::Float
Returns the value of attribute average.
-
#count ⇒ ::Float
Returns the value of attribute count.
-
#maximum ⇒ ::Float
Returns the value of attribute maximum.
-
#minimum ⇒ ::Float
Returns the value of attribute minimum.
-
#standard_deviation ⇒ ::Float
Returns the value of attribute standard_deviation.
-
#sum ⇒ ::Float
Returns the value of attribute sum.
Instance Attribute Details
#average ⇒ ::Float
Returns the value of attribute average.
55 56 57 |
# File 'sig/types.rbs', line 55 def average @average end |
#count ⇒ ::Float
Returns the value of attribute count.
56 57 58 |
# File 'sig/types.rbs', line 56 def count @count end |
#maximum ⇒ ::Float
Returns the value of attribute maximum.
57 58 59 |
# File 'sig/types.rbs', line 57 def maximum @maximum end |
#minimum ⇒ ::Float
Returns the value of attribute minimum.
58 59 60 |
# File 'sig/types.rbs', line 58 def minimum @minimum end |
#standard_deviation ⇒ ::Float
Returns the value of attribute standard_deviation.
60 61 62 |
# File 'sig/types.rbs', line 60 def standard_deviation @standard_deviation end |
#sum ⇒ ::Float
Returns the value of attribute sum.
59 60 61 |
# File 'sig/types.rbs', line 59 def sum @sum end |