Class: Aws::Glue::Types::BatchTableOptimizer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchTableOptimizer
- Defined in:
- gems/aws-sdk-glue/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
-
#catalog_id ⇒ String
The Catalog ID of the table.
-
#database_name ⇒ String
The name of the database in the catalog in which the table resides.
-
#table_name ⇒ String
The name of the table.
-
#table_optimizer ⇒ Types::TableOptimizer
A
TableOptimizer
object that contains details on the configuration and last run of a table optimizer.
Instance Attribute Details
#catalog_id ⇒ String
The Catalog ID of the table.
1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1486 class BatchTableOptimizer < Struct.new( :catalog_id, :database_name, :table_name, :table_optimizer) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database in the catalog in which the table resides.
1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1486 class BatchTableOptimizer < Struct.new( :catalog_id, :database_name, :table_name, :table_optimizer) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1486 class BatchTableOptimizer < Struct.new( :catalog_id, :database_name, :table_name, :table_optimizer) SENSITIVE = [] include Aws::Structure end |
#table_optimizer ⇒ Types::TableOptimizer
A TableOptimizer
object that contains details on the configuration
and last run of a table optimizer.
1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1486 class BatchTableOptimizer < Struct.new( :catalog_id, :database_name, :table_name, :table_optimizer) SENSITIVE = [] include Aws::Structure end |