Class: Aws::Types::DecimalColumnStatisticsData
- Inherits:
-
Object
- Object
- Aws::Types::DecimalColumnStatisticsData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_value ⇒ Types::DecimalNumber
Returns the value of attribute maximum_value.
-
#minimum_value ⇒ Types::DecimalNumber
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 ⇒ Types::DecimalNumber
Returns the value of attribute maximum_value.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def maximum_value @maximum_value end |
#minimum_value ⇒ Types::DecimalNumber
Returns the value of attribute minimum_value.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def minimum_value @minimum_value end |
#number_of_distinct_values ⇒ ::Integer
Returns the value of attribute number_of_distinct_values.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def number_of_distinct_values @number_of_distinct_values end |
#number_of_nulls ⇒ ::Integer
Returns the value of attribute number_of_nulls.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def number_of_nulls @number_of_nulls end |