Class: Aws::Glue::Types::BatchGetTableOptimizerError
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetTableOptimizerError
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Contains details on one of the errors in the error list 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. 
- 
  
    
      #error  ⇒ Types::ErrorDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An ‘ErrorDetail` object containing code and message details about the error. 
- 
  
    
      #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.
| 1261 1262 1263 1264 1265 1266 1267 1268 1269 | # File 'lib/aws-sdk-glue/types.rb', line 1261 class BatchGetTableOptimizerError < Struct.new( :error, :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.
| 1261 1262 1263 1264 1265 1266 1267 1268 1269 | # File 'lib/aws-sdk-glue/types.rb', line 1261 class BatchGetTableOptimizerError < Struct.new( :error, :catalog_id, :database_name, :table_name, :type) SENSITIVE = [] include Aws::Structure end | 
#error ⇒ Types::ErrorDetail
An ‘ErrorDetail` object containing code and message details about the error.
| 1261 1262 1263 1264 1265 1266 1267 1268 1269 | # File 'lib/aws-sdk-glue/types.rb', line 1261 class BatchGetTableOptimizerError < Struct.new( :error, :catalog_id, :database_name, :table_name, :type) SENSITIVE = [] include Aws::Structure end | 
#table_name ⇒ String
The name of the table.
| 1261 1262 1263 1264 1265 1266 1267 1268 1269 | # File 'lib/aws-sdk-glue/types.rb', line 1261 class BatchGetTableOptimizerError < Struct.new( :error, :catalog_id, :database_name, :table_name, :type) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of table optimizer.
| 1261 1262 1263 1264 1265 1266 1267 1268 1269 | # File 'lib/aws-sdk-glue/types.rb', line 1261 class BatchGetTableOptimizerError < Struct.new( :error, :catalog_id, :database_name, :table_name, :type) SENSITIVE = [] include Aws::Structure end |