Class: Aws::Types::LongColumnStatisticsData
- Inherits:
-
Object
- Object
- Aws::Types::LongColumnStatisticsData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_value ⇒ ::Integer
Returns the value of attribute maximum_value.
-
#minimum_value ⇒ ::Integer
Returns the value of attribute minimum_value.
-
#number_of_distinct_values ⇒ ::Integer
Returns the value of attribute number_of_distinct_values.
-
#number_of_nulls ⇒ ::Integer
Returns the value of attribute number_of_nulls.
Instance Attribute Details
#maximum_value ⇒ ::Integer
Returns the value of attribute maximum_value.
5572 5573 5574 |
# File 'sig/types.rbs', line 5572 def maximum_value @maximum_value end |
#minimum_value ⇒ ::Integer
Returns the value of attribute minimum_value.
5571 5572 5573 |
# File 'sig/types.rbs', line 5571 def minimum_value @minimum_value end |
#number_of_distinct_values ⇒ ::Integer
Returns the value of attribute number_of_distinct_values.
5574 5575 5576 |
# File 'sig/types.rbs', line 5574 def number_of_distinct_values @number_of_distinct_values end |
#number_of_nulls ⇒ ::Integer
Returns the value of attribute number_of_nulls.
5573 5574 5575 |
# File 'sig/types.rbs', line 5573 def number_of_nulls @number_of_nulls end |