Class: Aws::Glue::Types::GetTableResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetTableResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #table  ⇒ Types::Table 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ‘Table` object that defines the specified table. 
Instance Attribute Details
#table ⇒ Types::Table
The ‘Table` object that defines the specified table.
| 13998 13999 14000 14001 14002 | # File 'lib/aws-sdk-glue/types.rb', line 13998 class GetTableResponse < Struct.new( :table) SENSITIVE = [] include Aws::Structure end |