Class: Aws::Types::DoubleColumnStatisticsData
- Inherits:
-
Object
- Object
- Aws::Types::DoubleColumnStatisticsData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_value ⇒ ::Float
Returns the value of attribute maximum_value.
-
#minimum_value ⇒ ::Float
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 ⇒ ::Float
Returns the value of attribute maximum_value.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def maximum_value @maximum_value end |
#minimum_value ⇒ ::Float
Returns the value of attribute minimum_value.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def minimum_value @minimum_value end |
#number_of_distinct_values ⇒ ::Integer
Returns the value of attribute number_of_distinct_values.
2823 2824 2825 |
# File 'sig/types.rbs', line 2823 def number_of_distinct_values @number_of_distinct_values end |
#number_of_nulls ⇒ ::Integer
Returns the value of attribute number_of_nulls.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def number_of_nulls @number_of_nulls end |