Class: Aws::Types::DoubleColumnStatisticsData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_value::Float

Returns the value of attribute maximum_value.

Returns:

  • (::Float)


2831
2832
2833
# File 'sig/types.rbs', line 2831

def maximum_value
  @maximum_value
end

#minimum_value::Float

Returns the value of attribute minimum_value.

Returns:

  • (::Float)


2830
2831
2832
# File 'sig/types.rbs', line 2830

def minimum_value
  @minimum_value
end

#number_of_distinct_values::Integer

Returns the value of attribute number_of_distinct_values.

Returns:

  • (::Integer)


2833
2834
2835
# File 'sig/types.rbs', line 2833

def number_of_distinct_values
  @number_of_distinct_values
end

#number_of_nulls::Integer

Returns the value of attribute number_of_nulls.

Returns:

  • (::Integer)


2832
2833
2834
# File 'sig/types.rbs', line 2832

def number_of_nulls
  @number_of_nulls
end