Class: Aws::Types::TableOptimizer
- Inherits:
-
Object
- Object
- Aws::Types::TableOptimizer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::TableOptimizerConfiguration
Returns the value of attribute configuration.
-
#configuration_source ⇒ "catalog", "table"
Returns the value of attribute configuration_source.
-
#last_run ⇒ Types::TableOptimizerRun
Returns the value of attribute last_run.
-
#type ⇒ "compaction", ...
Returns the value of attribute type.
Instance Attribute Details
#configuration ⇒ Types::TableOptimizerConfiguration
Returns the value of attribute configuration.
7539 7540 7541 |
# File 'sig/types.rbs', line 7539 def configuration @configuration end |
#configuration_source ⇒ "catalog", "table"
Returns the value of attribute configuration_source.
7541 7542 7543 |
# File 'sig/types.rbs', line 7541 def configuration_source @configuration_source end |
#last_run ⇒ Types::TableOptimizerRun
Returns the value of attribute last_run.
7540 7541 7542 |
# File 'sig/types.rbs', line 7540 def last_run @last_run end |
#type ⇒ "compaction", ...
Returns the value of attribute type.
7538 7539 7540 |
# File 'sig/types.rbs', line 7538 def type @type end |