Class: Aws::Types::Statistics
- Inherits:
-
Object
- Object
- Aws::Types::Statistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avg ⇒ ::Float
Returns the value of attribute avg.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#count_distinct ⇒ ::Integer
Returns the value of attribute count_distinct.
-
#count_distinct_long ⇒ ::Integer
Returns the value of attribute count_distinct_long.
-
#count_long ⇒ ::Integer
Returns the value of attribute count_long.
-
#count_nan ⇒ ::Integer
Returns the value of attribute count_nan.
-
#count_nan_long ⇒ ::Integer
Returns the value of attribute count_nan_long.
-
#count_null ⇒ ::Integer
Returns the value of attribute count_null.
-
#count_null_long ⇒ ::Integer
Returns the value of attribute count_null_long.
-
#max ⇒ ::String
Returns the value of attribute max.
-
#min ⇒ ::String
Returns the value of attribute min.
-
#stddev ⇒ ::Float
Returns the value of attribute stddev.
Instance Attribute Details
#avg ⇒ ::Float
Returns the value of attribute avg.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def avg @avg end |
#count ⇒ ::Integer
Returns the value of attribute count.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def count @count end |
#count_distinct ⇒ ::Integer
Returns the value of attribute count_distinct.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def count_distinct @count_distinct end |
#count_distinct_long ⇒ ::Integer
Returns the value of attribute count_distinct_long.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def count_distinct_long @count_distinct_long end |
#count_long ⇒ ::Integer
Returns the value of attribute count_long.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def count_long @count_long end |
#count_nan ⇒ ::Integer
Returns the value of attribute count_nan.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def count_nan @count_nan end |
#count_nan_long ⇒ ::Integer
Returns the value of attribute count_nan_long.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def count_nan_long @count_nan_long end |
#count_null ⇒ ::Integer
Returns the value of attribute count_null.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def count_null @count_null end |
#count_null_long ⇒ ::Integer
Returns the value of attribute count_null_long.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def count_null_long @count_null_long end |
#max ⇒ ::String
Returns the value of attribute max.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def max @max end |
#min ⇒ ::String
Returns the value of attribute min.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def min @min end |
#stddev ⇒ ::Float
Returns the value of attribute stddev.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def stddev @stddev end |