Class: Aws::Types::DateColumnStatisticsData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_value::Time

Returns the value of attribute maximum_value.

Returns:

  • (::Time)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def maximum_value
  @maximum_value
end

#minimum_value::Time

Returns the value of attribute minimum_value.

Returns:

  • (::Time)


2241
2242
2243
# File 'sig/types.rbs', line 2241

def minimum_value
  @minimum_value
end

#number_of_distinct_values::Integer

Returns the value of attribute number_of_distinct_values.

Returns:

  • (::Integer)


2244
2245
2246
# File 'sig/types.rbs', line 2244

def number_of_distinct_values
  @number_of_distinct_values
end

#number_of_nulls::Integer

Returns the value of attribute number_of_nulls.

Returns:

  • (::Integer)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def number_of_nulls
  @number_of_nulls
end