Class: Aws::Glue::Types::BatchTableOptimizer

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

Overview

Contains details for one of the table optimizers returned by the ‘BatchGetTableOptimizer` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The Catalog ID of the table.

Returns:

  • (String)


1255
1256
1257
1258
1259
1260
1261
1262
# File 'lib/aws-sdk-glue/types.rb', line 1255

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

#database_nameString

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

Returns:

  • (String)


1255
1256
1257
1258
1259
1260
1261
1262
# File 'lib/aws-sdk-glue/types.rb', line 1255

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

#table_nameString

The name of the table.

Returns:

  • (String)


1255
1256
1257
1258
1259
1260
1261
1262
# File 'lib/aws-sdk-glue/types.rb', line 1255

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

#table_optimizerTypes::TableOptimizer

A ‘TableOptimizer` object that contains details on the configuration and last run of a table optimzer.



1255
1256
1257
1258
1259
1260
1261
1262
# File 'lib/aws-sdk-glue/types.rb', line 1255

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