Class: Aws::Types::LongColumnStatisticsData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_value::Integer

Returns the value of attribute maximum_value.

Returns:

  • (::Integer)


5543
5544
5545
# File 'sig/types.rbs', line 5543

def maximum_value
  @maximum_value
end

#minimum_value::Integer

Returns the value of attribute minimum_value.

Returns:

  • (::Integer)


5542
5543
5544
# File 'sig/types.rbs', line 5542

def minimum_value
  @minimum_value
end

#number_of_distinct_values::Integer

Returns the value of attribute number_of_distinct_values.

Returns:

  • (::Integer)


5545
5546
5547
# File 'sig/types.rbs', line 5545

def number_of_distinct_values
  @number_of_distinct_values
end

#number_of_nulls::Integer

Returns the value of attribute number_of_nulls.

Returns:

  • (::Integer)


5544
5545
5546
# File 'sig/types.rbs', line 5544

def number_of_nulls
  @number_of_nulls
end