Class: Aws::Types::DateColumnStatisticsData
- Inherits:
-
Object
- Object
- Aws::Types::DateColumnStatisticsData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_value ⇒ ::Time
Returns the value of attribute maximum_value.
-
#minimum_value ⇒ ::Time
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 ⇒ ::Time
Returns the value of attribute maximum_value.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def maximum_value @maximum_value end |
#minimum_value ⇒ ::Time
Returns the value of attribute minimum_value.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def minimum_value @minimum_value end |
#number_of_distinct_values ⇒ ::Integer
Returns the value of attribute number_of_distinct_values.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def number_of_distinct_values @number_of_distinct_values end |
#number_of_nulls ⇒ ::Integer
Returns the value of attribute number_of_nulls.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def number_of_nulls @number_of_nulls end |