Class: Aws::Glue::Types::CreateTableOptimizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateTableOptimizerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
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_configuration ⇒ Types::TableOptimizerConfiguration
A ‘TableOptimizerConfiguration` object representing the configuration of a table optimizer.
-
#type ⇒ String
The type of table optimizer.
Instance Attribute Details
#catalog_id ⇒ String
The Catalog ID of the table.
6137 6138 6139 6140 6141 6142 6143 6144 6145 |
# File 'lib/aws-sdk-glue/types.rb', line 6137 class CreateTableOptimizerRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :table_optimizer_configuration) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database in the catalog in which the table resides.
6137 6138 6139 6140 6141 6142 6143 6144 6145 |
# File 'lib/aws-sdk-glue/types.rb', line 6137 class CreateTableOptimizerRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :table_optimizer_configuration) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
6137 6138 6139 6140 6141 6142 6143 6144 6145 |
# File 'lib/aws-sdk-glue/types.rb', line 6137 class CreateTableOptimizerRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :table_optimizer_configuration) SENSITIVE = [] include Aws::Structure end |
#table_optimizer_configuration ⇒ Types::TableOptimizerConfiguration
A ‘TableOptimizerConfiguration` object representing the configuration of a table optimizer.
6137 6138 6139 6140 6141 6142 6143 6144 6145 |
# File 'lib/aws-sdk-glue/types.rb', line 6137 class CreateTableOptimizerRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :table_optimizer_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of table optimizer.
6137 6138 6139 6140 6141 6142 6143 6144 6145 |
# File 'lib/aws-sdk-glue/types.rb', line 6137 class CreateTableOptimizerRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :table_optimizer_configuration) SENSITIVE = [] include Aws::Structure end |