Class: Aws::Glue::Types::GetTableOptimizerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetTableOptimizerResponse
- 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 ⇒ Types::TableOptimizer
The optimizer associated with the specified table.
Instance Attribute Details
#catalog_id ⇒ String
The Catalog ID of the table.
13928 13929 13930 13931 13932 13933 13934 13935 |
# File 'lib/aws-sdk-glue/types.rb', line 13928 class GetTableOptimizerResponse < 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.
13928 13929 13930 13931 13932 13933 13934 13935 |
# File 'lib/aws-sdk-glue/types.rb', line 13928 class GetTableOptimizerResponse < Struct.new( :catalog_id, :database_name, :table_name, :table_optimizer) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
13928 13929 13930 13931 13932 13933 13934 13935 |
# File 'lib/aws-sdk-glue/types.rb', line 13928 class GetTableOptimizerResponse < Struct.new( :catalog_id, :database_name, :table_name, :table_optimizer) SENSITIVE = [] include Aws::Structure end |
#table_optimizer ⇒ Types::TableOptimizer
The optimizer associated with the specified table.
13928 13929 13930 13931 13932 13933 13934 13935 |
# File 'lib/aws-sdk-glue/types.rb', line 13928 class GetTableOptimizerResponse < Struct.new( :catalog_id, :database_name, :table_name, :table_optimizer) SENSITIVE = [] include Aws::Structure end |