Class: Aws::Glue::Types::PutSchemaVersionMetadataInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_key_valueTypes::MetadataKeyValuePair

The metadata key’s corresponding value.



16977
16978
16979
16980
16981
16982
16983
16984
# File 'lib/aws-sdk-glue/types.rb', line 16977

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

#schema_idTypes::SchemaId

The unique ID for the schema.

Returns:



16977
16978
16979
16980
16981
16982
16983
16984
# File 'lib/aws-sdk-glue/types.rb', line 16977

class PutSchemaVersionMetadataInput < 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)


16977
16978
16979
16980
16981
16982
16983
16984
# File 'lib/aws-sdk-glue/types.rb', line 16977

class PutSchemaVersionMetadataInput < 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.



16977
16978
16979
16980
16981
16982
16983
16984
# File 'lib/aws-sdk-glue/types.rb', line 16977

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