Class: Aws::Types::StringColumnStatisticsData

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)


7505
7506
7507
# File 'sig/types.rbs', line 7505

def average_length
  @average_length
end

#maximum_length::Integer

Returns the value of attribute maximum_length.

Returns:

  • (::Integer)


7504
7505
7506
# File 'sig/types.rbs', line 7504

def maximum_length
  @maximum_length
end

#number_of_distinct_values::Integer

Returns the value of attribute number_of_distinct_values.

Returns:

  • (::Integer)


7507
7508
7509
# File 'sig/types.rbs', line 7507

def number_of_distinct_values
  @number_of_distinct_values
end

#number_of_nulls::Integer

Returns the value of attribute number_of_nulls.

Returns:

  • (::Integer)


7506
7507
7508
# File 'sig/types.rbs', line 7506

def number_of_nulls
  @number_of_nulls
end