Class: Aws::Glue::Types::GetTableVersionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetTableVersionResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #table_version  ⇒ Types::TableVersion 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The requested table version. 
Instance Attribute Details
#table_version ⇒ Types::TableVersion
The requested table version.
| 14042 14043 14044 14045 14046 | # File 'lib/aws-sdk-glue/types.rb', line 14042 class GetTableVersionResponse < Struct.new( :table_version) SENSITIVE = [] include Aws::Structure end |