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)


7463
7464
7465
# File 'sig/types.rbs', line 7463

def average_length
  @average_length
end

#maximum_length::Integer

Returns the value of attribute maximum_length.

Returns:

  • (::Integer)


7462
7463
7464
# File 'sig/types.rbs', line 7462

def maximum_length
  @maximum_length
end

#number_of_distinct_values::Integer

Returns the value of attribute number_of_distinct_values.

Returns:

  • (::Integer)


7465
7466
7467
# File 'sig/types.rbs', line 7465

def number_of_distinct_values
  @number_of_distinct_values
end

#number_of_nulls::Integer

Returns the value of attribute number_of_nulls.

Returns:

  • (::Integer)


7464
7465
7466
# File 'sig/types.rbs', line 7464

def number_of_nulls
  @number_of_nulls
end