Class: Aws::Types::TableOptimizerRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compaction_metricsTypes::CompactionMetrics

Returns the value of attribute compaction_metrics.



7593
7594
7595
# File 'sig/types.rbs', line 7593

def compaction_metrics
  @compaction_metrics
end

#compaction_strategy"binpack", ...

Returns the value of attribute compaction_strategy.

Returns:

  • ("binpack", "sort", "z-order")


7594
7595
7596
# File 'sig/types.rbs', line 7594

def compaction_strategy
  @compaction_strategy
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


7590
7591
7592
# File 'sig/types.rbs', line 7590

def end_timestamp
  @end_timestamp
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


7592
7593
7594
# File 'sig/types.rbs', line 7592

def error
  @error
end

#event_type"starting", ...

Returns the value of attribute event_type.

Returns:

  • ("starting", "completed", "failed", "in_progress")


7588
7589
7590
# File 'sig/types.rbs', line 7588

def event_type
  @event_type
end

#metricsTypes::RunMetrics

Returns the value of attribute metrics.

Returns:



7591
7592
7593
# File 'sig/types.rbs', line 7591

def metrics
  @metrics
end

#orphan_file_deletion_metricsTypes::OrphanFileDeletionMetrics

Returns the value of attribute orphan_file_deletion_metrics.



7596
7597
7598
# File 'sig/types.rbs', line 7596

def orphan_file_deletion_metrics
  @orphan_file_deletion_metrics
end

#retention_metricsTypes::RetentionMetrics

Returns the value of attribute retention_metrics.



7595
7596
7597
# File 'sig/types.rbs', line 7595

def retention_metrics
  @retention_metrics
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


7589
7590
7591
# File 'sig/types.rbs', line 7589

def start_timestamp
  @start_timestamp
end