Class: Aws::Glue::Types::PutSchemaVersionMetadataInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::PutSchemaVersionMetadataInput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #metadata_key_value  ⇒ Types::MetadataKeyValuePair 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The metadata key’s corresponding value. 
- 
  
    
      #schema_id  ⇒ Types::SchemaId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique ID for the schema. 
- 
  
    
      #schema_version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique version ID of the schema version. 
- 
  
    
      #schema_version_number  ⇒ Types::SchemaVersionNumber 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version number of the schema. 
Instance Attribute Details
#metadata_key_value ⇒ Types::MetadataKeyValuePair
The metadata key’s corresponding value.
| 20691 20692 20693 20694 20695 20696 20697 20698 | # File 'lib/aws-sdk-glue/types.rb', line 20691 class PutSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end | 
#schema_id ⇒ Types::SchemaId
The unique ID for the schema.
| 20691 20692 20693 20694 20695 20696 20697 20698 | # File 'lib/aws-sdk-glue/types.rb', line 20691 class PutSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end | 
#schema_version_id ⇒ String
The unique version ID of the schema version.
| 20691 20692 20693 20694 20695 20696 20697 20698 | # File 'lib/aws-sdk-glue/types.rb', line 20691 class PutSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end | 
#schema_version_number ⇒ Types::SchemaVersionNumber
The version number of the schema.
| 20691 20692 20693 20694 20695 20696 20697 20698 | # File 'lib/aws-sdk-glue/types.rb', line 20691 class PutSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end |