Class: Aws::Types::TableOptimizerRun
- Inherits:
-
Object
- Object
- Aws::Types::TableOptimizerRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compaction_metrics ⇒ Types::CompactionMetrics
Returns the value of attribute compaction_metrics.
-
#compaction_strategy ⇒ "binpack", ...
Returns the value of attribute compaction_strategy.
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#event_type ⇒ "starting", ...
Returns the value of attribute event_type.
-
#metrics ⇒ Types::RunMetrics
Returns the value of attribute metrics.
-
#orphan_file_deletion_metrics ⇒ Types::OrphanFileDeletionMetrics
Returns the value of attribute orphan_file_deletion_metrics.
-
#retention_metrics ⇒ Types::RetentionMetrics
Returns the value of attribute retention_metrics.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
Instance Attribute Details
#compaction_metrics ⇒ Types::CompactionMetrics
Returns the value of attribute compaction_metrics.
7561 7562 7563 |
# File 'sig/types.rbs', line 7561 def compaction_metrics @compaction_metrics end |
#compaction_strategy ⇒ "binpack", ...
Returns the value of attribute compaction_strategy.
7562 7563 7564 |
# File 'sig/types.rbs', line 7562 def compaction_strategy @compaction_strategy end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
7558 7559 7560 |
# File 'sig/types.rbs', line 7558 def @end_timestamp end |
#error ⇒ ::String
Returns the value of attribute error.
7560 7561 7562 |
# File 'sig/types.rbs', line 7560 def error @error end |
#event_type ⇒ "starting", ...
Returns the value of attribute event_type.
7556 7557 7558 |
# File 'sig/types.rbs', line 7556 def event_type @event_type end |
#metrics ⇒ Types::RunMetrics
Returns the value of attribute metrics.
7559 7560 7561 |
# File 'sig/types.rbs', line 7559 def metrics @metrics end |
#orphan_file_deletion_metrics ⇒ Types::OrphanFileDeletionMetrics
Returns the value of attribute orphan_file_deletion_metrics.
7564 7565 7566 |
# File 'sig/types.rbs', line 7564 def orphan_file_deletion_metrics @orphan_file_deletion_metrics end |
#retention_metrics ⇒ Types::RetentionMetrics
Returns the value of attribute retention_metrics.
7563 7564 7565 |
# File 'sig/types.rbs', line 7563 def retention_metrics @retention_metrics end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
7557 7558 7559 |
# File 'sig/types.rbs', line 7557 def @start_timestamp end |