Class: Aws::Types::FieldStats
- Inherits:
-
Object
- Object
- Aws::Types::FieldStats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#max ⇒ ::String
Returns the value of attribute max.
-
#mean ⇒ ::String
Returns the value of attribute mean.
-
#min ⇒ ::String
Returns the value of attribute min.
-
#missing ⇒ ::Integer
Returns the value of attribute missing.
-
#stddev ⇒ ::Float
Returns the value of attribute stddev.
-
#sum ⇒ ::Float
Returns the value of attribute sum.
-
#sum_of_squares ⇒ ::Float
Returns the value of attribute sum_of_squares.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
36 37 38 |
# File 'sig/types.rbs', line 36 def count @count end |
#max ⇒ ::String
Returns the value of attribute max.
35 36 37 |
# File 'sig/types.rbs', line 35 def max @max end |
#mean ⇒ ::String
Returns the value of attribute mean.
40 41 42 |
# File 'sig/types.rbs', line 40 def mean @mean end |
#min ⇒ ::String
Returns the value of attribute min.
34 35 36 |
# File 'sig/types.rbs', line 34 def min @min end |
#missing ⇒ ::Integer
Returns the value of attribute missing.
37 38 39 |
# File 'sig/types.rbs', line 37 def missing @missing end |
#stddev ⇒ ::Float
Returns the value of attribute stddev.
41 42 43 |
# File 'sig/types.rbs', line 41 def stddev @stddev end |
#sum ⇒ ::Float
Returns the value of attribute sum.
38 39 40 |
# File 'sig/types.rbs', line 38 def sum @sum end |
#sum_of_squares ⇒ ::Float
Returns the value of attribute sum_of_squares.
39 40 41 |
# File 'sig/types.rbs', line 39 def sum_of_squares @sum_of_squares end |