Class: Aws::Types::DecimalColumnStatisticsData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_valueTypes::DecimalNumber

Returns the value of attribute maximum_value.



2246
2247
2248
# File 'sig/types.rbs', line 2246

def maximum_value
  @maximum_value
end

#minimum_valueTypes::DecimalNumber

Returns the value of attribute minimum_value.



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

def minimum_value
  @minimum_value
end

#number_of_distinct_values::Integer

Returns the value of attribute number_of_distinct_values.

Returns:

  • (::Integer)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def number_of_distinct_values
  @number_of_distinct_values
end

#number_of_nulls::Integer

Returns the value of attribute number_of_nulls.

Returns:

  • (::Integer)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def number_of_nulls
  @number_of_nulls
end