Class: Aws::Glue::Types::TableOptimizerRun
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TableOptimizerRun
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Contains details for a table optimizer run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_timestamp ⇒ Time
Represents the epoch timestamp at which the compaction job ended.
-
#error ⇒ String
An error that occured during the optimizer run.
-
#event_type ⇒ String
An event type representing the status of the table optimizer run.
-
#metrics ⇒ Types::RunMetrics
A
RunMetrics
object containing metrics for the optimizer run. -
#start_timestamp ⇒ Time
Represents the epoch timestamp at which the compaction job was started within Lake Formation.
Instance Attribute Details
#end_timestamp ⇒ Time
Represents the epoch timestamp at which the compaction job ended.
20955 20956 20957 20958 20959 20960 20961 20962 20963 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20955 class TableOptimizerRun < Struct.new( :event_type, :start_timestamp, :end_timestamp, :metrics, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
An error that occured during the optimizer run.
20955 20956 20957 20958 20959 20960 20961 20962 20963 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20955 class TableOptimizerRun < Struct.new( :event_type, :start_timestamp, :end_timestamp, :metrics, :error) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
An event type representing the status of the table optimizer run.
20955 20956 20957 20958 20959 20960 20961 20962 20963 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20955 class TableOptimizerRun < Struct.new( :event_type, :start_timestamp, :end_timestamp, :metrics, :error) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Types::RunMetrics
A RunMetrics
object containing metrics for the optimizer run.
20955 20956 20957 20958 20959 20960 20961 20962 20963 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20955 class TableOptimizerRun < Struct.new( :event_type, :start_timestamp, :end_timestamp, :metrics, :error) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Time
Represents the epoch timestamp at which the compaction job was started within Lake Formation.
20955 20956 20957 20958 20959 20960 20961 20962 20963 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20955 class TableOptimizerRun < Struct.new( :event_type, :start_timestamp, :end_timestamp, :metrics, :error) SENSITIVE = [] include Aws::Structure end |