Class: Aws::Glue::Types::TableOptimizer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Contains details about an optimizer associated with a table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::TableOptimizerConfiguration

A ‘TableOptimizerConfiguration` object that was specified when creating or updating a table optimizer.



21134
21135
21136
21137
21138
21139
21140
# File 'lib/aws-sdk-glue/types.rb', line 21134

class TableOptimizer < Struct.new(
  :type,
  :configuration,
  :last_run)
  SENSITIVE = []
  include Aws::Structure
end

#last_runTypes::TableOptimizerRun

A ‘TableOptimizerRun` object representing the last run of the table optimizer.



21134
21135
21136
21137
21138
21139
21140
# File 'lib/aws-sdk-glue/types.rb', line 21134

class TableOptimizer < Struct.new(
  :type,
  :configuration,
  :last_run)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of table optimizer. Currently, the only valid value is ‘compaction`.

Returns:

  • (String)


21134
21135
21136
21137
21138
21139
21140
# File 'lib/aws-sdk-glue/types.rb', line 21134

class TableOptimizer < Struct.new(
  :type,
  :configuration,
  :last_run)
  SENSITIVE = []
  include Aws::Structure
end