Class: Aws::Glue::Types::RemoveSchemaVersionMetadataInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Note:

When making an API call, you may pass RemoveSchemaVersionMetadataInput 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",
  },
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_key_valueTypes::MetadataKeyValuePair

The value of the metadata key.



14501
14502
14503
14504
14505
14506
14507
14508
# File 'lib/aws-sdk-glue/types.rb', line 14501

class RemoveSchemaVersionMetadataInput < Struct.new(
  :schema_id,
  :schema_version_number,
  :schema_version_id,
  :metadata_key_value)
  SENSITIVE = []
  include Aws::Structure
end

#schema_idTypes::SchemaId

A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

Returns:



14501
14502
14503
14504
14505
14506
14507
14508
# File 'lib/aws-sdk-glue/types.rb', line 14501

class RemoveSchemaVersionMetadataInput < Struct.new(
  :schema_id,
  :schema_version_number,
  :schema_version_id,
  :metadata_key_value)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version_idString

The unique version ID of the schema version.

Returns:

  • (String)


14501
14502
14503
14504
14505
14506
14507
14508
# File 'lib/aws-sdk-glue/types.rb', line 14501

class RemoveSchemaVersionMetadataInput < Struct.new(
  :schema_id,
  :schema_version_number,
  :schema_version_id,
  :metadata_key_value)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version_numberTypes::SchemaVersionNumber

The version number of the schema.



14501
14502
14503
14504
14505
14506
14507
14508
# File 'lib/aws-sdk-glue/types.rb', line 14501

class RemoveSchemaVersionMetadataInput < Struct.new(
  :schema_id,
  :schema_version_number,
  :schema_version_id,
  :metadata_key_value)
  SENSITIVE = []
  include Aws::Structure
end