Class: Aws::Types::BinaryColumnStatisticsData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#average_length::Float

Returns the value of attribute average_length.

Returns:

  • (::Float)


529
530
531
# File 'sig/types.rbs', line 529

def average_length
  @average_length
end

#maximum_length::Integer

Returns the value of attribute maximum_length.

Returns:

  • (::Integer)


528
529
530
# File 'sig/types.rbs', line 528

def maximum_length
  @maximum_length
end

#number_of_nulls::Integer

Returns the value of attribute number_of_nulls.

Returns:

  • (::Integer)


530
531
532
# File 'sig/types.rbs', line 530

def number_of_nulls
  @number_of_nulls
end