class Aws::Glue::Types::PutSchemaVersionMetadataInput
@note When making an API call, you may pass PutSchemaVersionMetadataInput
data as a hash: { schema_id: { schema_arn: "GlueResourceArn", schema_name: "SchemaRegistryNameString", registry_name: "SchemaRegistryNameString", }, schema_version_number: { latest_version: false, version_number: 1, }, schema_version_id: "SchemaVersionIdString", metadata_key_value: { # required metadata_key: "MetadataKeyString", metadata_value: "MetadataValueString", }, }
@!attribute [rw] schema_id
The unique ID for the schema. @return [Types::SchemaId]
@!attribute [rw] schema_version_number
The version number of the schema. @return [Types::SchemaVersionNumber]
@!attribute [rw] schema_version_id
The unique version ID of the schema version. @return [String]
@!attribute [rw] metadata_key_value
The metadata key's corresponding value. @return [Types::MetadataKeyValuePair]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PutSchemaVersionMetadataInput AWS API Documentation
Constants
- SENSITIVE