Class: Aws::Glue::Types::RegisterSchemaVersionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::RegisterSchemaVersionResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #schema_version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique ID that represents the version of this schema. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the schema version. 
- 
  
    
      #version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of this schema (for sync flow only, in case this is the first version). 
Instance Attribute Details
#schema_version_id ⇒ String
The unique ID that represents the version of this schema.
| 21120 21121 21122 21123 21124 21125 21126 | # File 'lib/aws-sdk-glue/types.rb', line 21120 class RegisterSchemaVersionResponse < Struct.new( :schema_version_id, :version_number, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the schema version.
| 21120 21121 21122 21123 21124 21125 21126 | # File 'lib/aws-sdk-glue/types.rb', line 21120 class RegisterSchemaVersionResponse < Struct.new( :schema_version_id, :version_number, :status) SENSITIVE = [] include Aws::Structure end | 
#version_number ⇒ Integer
The version of this schema (for sync flow only, in case this is the first version).
| 21120 21121 21122 21123 21124 21125 21126 | # File 'lib/aws-sdk-glue/types.rb', line 21120 class RegisterSchemaVersionResponse < Struct.new( :schema_version_id, :version_number, :status) SENSITIVE = [] include Aws::Structure end |