Class: Aws::Glue::Types::RemoveSchemaVersionMetadataInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::RemoveSchemaVersionMetadataInput
 
- 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 value of the metadata key. 
- 
  
    
      #schema_id  ⇒ Types::SchemaId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A wrapper structure that may contain the schema name and Amazon Resource Name (ARN). 
- 
  
    
      #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 value of the metadata key.
| 21232 21233 21234 21235 21236 21237 21238 21239 | # File 'lib/aws-sdk-glue/types.rb', line 21232 class RemoveSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end | 
#schema_id ⇒ Types::SchemaId
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
| 21232 21233 21234 21235 21236 21237 21238 21239 | # File 'lib/aws-sdk-glue/types.rb', line 21232 class RemoveSchemaVersionMetadataInput < 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.
| 21232 21233 21234 21235 21236 21237 21238 21239 | # File 'lib/aws-sdk-glue/types.rb', line 21232 class RemoveSchemaVersionMetadataInput < 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.
| 21232 21233 21234 21235 21236 21237 21238 21239 | # File 'lib/aws-sdk-glue/types.rb', line 21232 class RemoveSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end |