Class: Aws::Glue::Types::GetSchemaResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetSchemaResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #compatibility  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The compatibility mode of the schema. 
- 
  
    
      #created_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time the schema was created. 
- 
  
    
      #data_format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The data format of the schema definition. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of schema if specified when created. 
- 
  
    
      #latest_schema_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The latest version of the schema associated with the returned schema definition. 
- 
  
    
      #next_schema_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The next version of the schema associated with the returned schema definition. 
- 
  
    
      #registry_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the registry. 
- 
  
    
      #registry_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the registry. 
- 
  
    
      #schema_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the schema. 
- 
  
    
      #schema_checkpoint  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version number of the checkpoint (the last time the compatibility mode was changed). 
- 
  
    
      #schema_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the schema. 
- 
  
    
      #schema_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the schema. 
- 
  
    
      #updated_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time the schema was updated. 
Instance Attribute Details
#compatibility ⇒ String
The compatibility mode of the schema.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#created_time ⇒ String
The date and time the schema was created.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#data_format ⇒ String
The data format of the schema definition. Currently ‘AVRO`, `JSON` and `PROTOBUF` are supported.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
A description of schema if specified when created
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#latest_schema_version ⇒ Integer
The latest version of the schema associated with the returned schema definition.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#next_schema_version ⇒ Integer
The next version of the schema associated with the returned schema definition.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the registry.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#registry_name ⇒ String
The name of the registry.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#schema_checkpoint ⇒ Integer
The version number of the checkpoint (the last time the compatibility mode was changed).
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#schema_name ⇒ String
The name of the schema.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#schema_status ⇒ String
The status of the schema.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end | 
#updated_time ⇒ String
The date and time the schema was updated.
| 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 | # File 'lib/aws-sdk-glue/types.rb', line 13634 class GetSchemaResponse < Struct.new( :registry_name, :registry_arn, :schema_name, :schema_arn, :description, :data_format, :compatibility, :schema_checkpoint, :latest_schema_version, :next_schema_version, :schema_status, :created_time, :updated_time) SENSITIVE = [] include Aws::Structure end |