Class: Aws::Glue::Types::PutSchemaVersionMetadataResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::PutSchemaVersionMetadataResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #latest_version  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The latest version of the schema. 
- 
  
    
      #metadata_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The metadata key. 
- 
  
    
      #metadata_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value of the metadata key. 
- 
  
    
      #registry_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name for the registry. 
- 
  
    
      #schema_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) for the schema. 
- 
  
    
      #schema_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name for the schema. 
- 
  
    
      #schema_version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique version ID of the schema version. 
- 
  
    
      #version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version number of the schema. 
Instance Attribute Details
#latest_version ⇒ Boolean
The latest version of the schema.
| 20734 20735 20736 20737 20738 20739 20740 20741 20742 20743 20744 20745 | # File 'lib/aws-sdk-glue/types.rb', line 20734 class PutSchemaVersionMetadataResponse < Struct.new( :schema_arn, :schema_name, :registry_name, :latest_version, :version_number, :schema_version_id, :metadata_key, :metadata_value) SENSITIVE = [] include Aws::Structure end | 
#metadata_key ⇒ String
The metadata key.
| 20734 20735 20736 20737 20738 20739 20740 20741 20742 20743 20744 20745 | # File 'lib/aws-sdk-glue/types.rb', line 20734 class PutSchemaVersionMetadataResponse < Struct.new( :schema_arn, :schema_name, :registry_name, :latest_version, :version_number, :schema_version_id, :metadata_key, :metadata_value) SENSITIVE = [] include Aws::Structure end | 
#metadata_value ⇒ String
The value of the metadata key.
| 20734 20735 20736 20737 20738 20739 20740 20741 20742 20743 20744 20745 | # File 'lib/aws-sdk-glue/types.rb', line 20734 class PutSchemaVersionMetadataResponse < Struct.new( :schema_arn, :schema_name, :registry_name, :latest_version, :version_number, :schema_version_id, :metadata_key, :metadata_value) SENSITIVE = [] include Aws::Structure end | 
#registry_name ⇒ String
The name for the registry.
| 20734 20735 20736 20737 20738 20739 20740 20741 20742 20743 20744 20745 | # File 'lib/aws-sdk-glue/types.rb', line 20734 class PutSchemaVersionMetadataResponse < Struct.new( :schema_arn, :schema_name, :registry_name, :latest_version, :version_number, :schema_version_id, :metadata_key, :metadata_value) SENSITIVE = [] include Aws::Structure end | 
#schema_arn ⇒ String
The Amazon Resource Name (ARN) for the schema.
| 20734 20735 20736 20737 20738 20739 20740 20741 20742 20743 20744 20745 | # File 'lib/aws-sdk-glue/types.rb', line 20734 class PutSchemaVersionMetadataResponse < Struct.new( :schema_arn, :schema_name, :registry_name, :latest_version, :version_number, :schema_version_id, :metadata_key, :metadata_value) SENSITIVE = [] include Aws::Structure end | 
#schema_name ⇒ String
The name for the schema.
| 20734 20735 20736 20737 20738 20739 20740 20741 20742 20743 20744 20745 | # File 'lib/aws-sdk-glue/types.rb', line 20734 class PutSchemaVersionMetadataResponse < Struct.new( :schema_arn, :schema_name, :registry_name, :latest_version, :version_number, :schema_version_id, :metadata_key, :metadata_value) SENSITIVE = [] include Aws::Structure end | 
#schema_version_id ⇒ String
The unique version ID of the schema version.
| 20734 20735 20736 20737 20738 20739 20740 20741 20742 20743 20744 20745 | # File 'lib/aws-sdk-glue/types.rb', line 20734 class PutSchemaVersionMetadataResponse < Struct.new( :schema_arn, :schema_name, :registry_name, :latest_version, :version_number, :schema_version_id, :metadata_key, :metadata_value) SENSITIVE = [] include Aws::Structure end | 
#version_number ⇒ Integer
The version number of the schema.
| 20734 20735 20736 20737 20738 20739 20740 20741 20742 20743 20744 20745 | # File 'lib/aws-sdk-glue/types.rb', line 20734 class PutSchemaVersionMetadataResponse < Struct.new( :schema_arn, :schema_name, :registry_name, :latest_version, :version_number, :schema_version_id, :metadata_key, :metadata_value) SENSITIVE = [] include Aws::Structure end |