Class: Aws::Glue::Types::CreateTableOptimizerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The Catalog ID of the table.

Returns:

  • (String)


5686
5687
5688
5689
5690
5691
5692
5693
5694
# File 'lib/aws-sdk-glue/types.rb', line 5686

class CreateTableOptimizerRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :type,
  :table_optimizer_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database in the catalog in which the table resides.

Returns:

  • (String)


5686
5687
5688
5689
5690
5691
5692
5693
5694
# File 'lib/aws-sdk-glue/types.rb', line 5686

class CreateTableOptimizerRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :type,
  :table_optimizer_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table.

Returns:

  • (String)


5686
5687
5688
5689
5690
5691
5692
5693
5694
# File 'lib/aws-sdk-glue/types.rb', line 5686

class CreateTableOptimizerRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :type,
  :table_optimizer_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#table_optimizer_configurationTypes::TableOptimizerConfiguration

A ‘TableOptimizerConfiguration` object representing the configuration of a table optimizer.



5686
5687
5688
5689
5690
5691
5692
5693
5694
# File 'lib/aws-sdk-glue/types.rb', line 5686

class CreateTableOptimizerRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :type,
  :table_optimizer_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


5686
5687
5688
5689
5690
5691
5692
5693
5694
# File 'lib/aws-sdk-glue/types.rb', line 5686

class CreateTableOptimizerRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :type,
  :table_optimizer_configuration)
  SENSITIVE = []
  include Aws::Structure
end