Class: Aws::Glue::Types::TableOptimizerRun

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Contains details for a table optimizer run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timestampTime

Represents the epoch timestamp at which the compaction job ended.

Returns:

  • (Time)


21189
21190
21191
21192
21193
21194
21195
21196
21197
# File 'lib/aws-sdk-glue/types.rb', line 21189

class TableOptimizerRun < Struct.new(
  :event_type,
  :start_timestamp,
  :end_timestamp,
  :metrics,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorString

An error that occured during the optimizer run.

Returns:

  • (String)


21189
21190
21191
21192
21193
21194
21195
21196
21197
# File 'lib/aws-sdk-glue/types.rb', line 21189

class TableOptimizerRun < Struct.new(
  :event_type,
  :start_timestamp,
  :end_timestamp,
  :metrics,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

An event type representing the status of the table optimizer run.

Returns:

  • (String)


21189
21190
21191
21192
21193
21194
21195
21196
21197
# File 'lib/aws-sdk-glue/types.rb', line 21189

class TableOptimizerRun < Struct.new(
  :event_type,
  :start_timestamp,
  :end_timestamp,
  :metrics,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#metricsTypes::RunMetrics

A ‘RunMetrics` object containing metrics for the optimizer run.

Returns:



21189
21190
21191
21192
21193
21194
21195
21196
21197
# File 'lib/aws-sdk-glue/types.rb', line 21189

class TableOptimizerRun < Struct.new(
  :event_type,
  :start_timestamp,
  :end_timestamp,
  :metrics,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#start_timestampTime

Represents the epoch timestamp at which the compaction job was started within Lake Formation.

Returns:

  • (Time)


21189
21190
21191
21192
21193
21194
21195
21196
21197
# File 'lib/aws-sdk-glue/types.rb', line 21189

class TableOptimizerRun < Struct.new(
  :event_type,
  :start_timestamp,
  :end_timestamp,
  :metrics,
  :error)
  SENSITIVE = []
  include Aws::Structure
end