Class: Aws::Types::ColumnStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyzed_time::Time

Returns the value of attribute analyzed_time.

Returns:

  • (::Time)


930
931
932
# File 'sig/types.rbs', line 930

def analyzed_time
  @analyzed_time
end

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def column_name
  @column_name
end

#column_type::String

Returns the value of attribute column_type.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def column_type
  @column_type
end

#statistics_dataTypes::ColumnStatisticsData

Returns the value of attribute statistics_data.



931
932
933
# File 'sig/types.rbs', line 931

def statistics_data
  @statistics_data
end