Class: Aws::Glue::Types::DeleteTableOptimizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteTableOptimizerRequest
- Defined in:
- gems/aws-sdk-glue/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.
-
#type ⇒ String
The type of table optimizer.
Instance Attribute Details
#catalog_id ⇒ String
The Catalog ID of the table.
9573 9574 9575 9576 9577 9578 9579 9580 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9573 class DeleteTableOptimizerRequest < Struct.new( :catalog_id, :database_name, :table_name, :type) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database in the catalog in which the table resides.
9573 9574 9575 9576 9577 9578 9579 9580 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9573 class DeleteTableOptimizerRequest < Struct.new( :catalog_id, :database_name, :table_name, :type) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
9573 9574 9575 9576 9577 9578 9579 9580 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9573 class DeleteTableOptimizerRequest < Struct.new( :catalog_id, :database_name, :table_name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of table optimizer.
9573 9574 9575 9576 9577 9578 9579 9580 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9573 class DeleteTableOptimizerRequest < Struct.new( :catalog_id, :database_name, :table_name, :type) SENSITIVE = [] include Aws::Structure end |