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)


7495
7496
7497
# File 'sig/types.rbs', line 7495

def average_length
  @average_length
end

#maximum_length::Integer

Returns the value of attribute maximum_length.

Returns:

  • (::Integer)


7494
7495
7496
# File 'sig/types.rbs', line 7494

def maximum_length
  @maximum_length
end

#number_of_distinct_values::Integer

Returns the value of attribute number_of_distinct_values.

Returns:

  • (::Integer)


7497
7498
7499
# File 'sig/types.rbs', line 7497

def number_of_distinct_values
  @number_of_distinct_values
end

#number_of_nulls::Integer

Returns the value of attribute number_of_nulls.

Returns:

  • (::Integer)


7496
7497
7498
# File 'sig/types.rbs', line 7496

def number_of_nulls
  @number_of_nulls
end