Class: Aws::Glue::Types::GetSchemaVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Glue::Types::GetSchemaVersionResponse
 
 
- Defined in:
 - gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time the schema version was created.
 - 
  
    
      #data_format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data format of the schema definition.
 - 
  
    
      #schema_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the schema.
 - 
  
    
      #schema_definition  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The schema definition for the schema ID.
 - 
  
    
      #schema_version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The
SchemaVersionIdof the schema version. - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the schema version.
 - 
  
    
      #version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the schema.
 
Instance Attribute Details
#created_time ⇒ String
The date and time the schema version was created.
      14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14400 class GetSchemaVersionResponse < Struct.new( :schema_version_id, :schema_definition, :data_format, :schema_arn, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end  | 
  
#data_format ⇒ String
The data format of the schema definition. Currently AVRO, JSON
and PROTOBUF are supported.
      14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14400 class GetSchemaVersionResponse < Struct.new( :schema_version_id, :schema_definition, :data_format, :schema_arn, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end  | 
  
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
      14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14400 class GetSchemaVersionResponse < Struct.new( :schema_version_id, :schema_definition, :data_format, :schema_arn, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end  | 
  
#schema_definition ⇒ String
The schema definition for the schema ID.
      14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14400 class GetSchemaVersionResponse < Struct.new( :schema_version_id, :schema_definition, :data_format, :schema_arn, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end  | 
  
#schema_version_id ⇒ String
The SchemaVersionId of the schema version.
      14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14400 class GetSchemaVersionResponse < Struct.new( :schema_version_id, :schema_definition, :data_format, :schema_arn, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the schema version.
      14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14400 class GetSchemaVersionResponse < Struct.new( :schema_version_id, :schema_definition, :data_format, :schema_arn, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end  | 
  
#version_number ⇒ Integer
The version number of the schema.
      14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14400 class GetSchemaVersionResponse < Struct.new( :schema_version_id, :schema_definition, :data_format, :schema_arn, :version_number, :status, :created_time) SENSITIVE = [] include Aws::Structure end  |