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)


934
935
936
# File 'sig/types.rbs', line 934

def analyzed_time
  @analyzed_time
end

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


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

def column_name
  @column_name
end

#column_type::String

Returns the value of attribute column_type.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def column_type
  @column_type
end

#statistics_dataTypes::ColumnStatisticsData

Returns the value of attribute statistics_data.



935
936
937
# File 'sig/types.rbs', line 935

def statistics_data
  @statistics_data
end