Class: Aws::Glue::Types::SchemaVersionNumber
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::SchemaVersionNumber
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure containing the schema version information.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #latest_version  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The latest version available for the schema. 
- 
  
    
      #version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version number of the schema. 
Instance Attribute Details
#latest_version ⇒ Boolean
The latest version available for the schema.
| 22766 22767 22768 22769 22770 22771 | # File 'lib/aws-sdk-glue/types.rb', line 22766 class SchemaVersionNumber < Struct.new( :latest_version, :version_number) SENSITIVE = [] include Aws::Structure end | 
#version_number ⇒ Integer
The version number of the schema.
| 22766 22767 22768 22769 22770 22771 | # File 'lib/aws-sdk-glue/types.rb', line 22766 class SchemaVersionNumber < Struct.new( :latest_version, :version_number) SENSITIVE = [] include Aws::Structure end |