Class: Aws::Types::TableOptimizer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::TableOptimizerConfiguration

Returns the value of attribute configuration.



7571
7572
7573
# File 'sig/types.rbs', line 7571

def configuration
  @configuration
end

#configuration_source"catalog", "table"

Returns the value of attribute configuration_source.

Returns:

  • ("catalog", "table")


7573
7574
7575
# File 'sig/types.rbs', line 7573

def configuration_source
  @configuration_source
end

#last_runTypes::TableOptimizerRun

Returns the value of attribute last_run.



7572
7573
7574
# File 'sig/types.rbs', line 7572

def last_run
  @last_run
end

#type"compaction", ...

Returns the value of attribute type.

Returns:

  • ("compaction", "retention", "orphan_file_deletion")


7570
7571
7572
# File 'sig/types.rbs', line 7570

def type
  @type
end