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.



20620
20621
20622
20623
20624
20625
20626
20627
# File 'lib/aws-sdk-glue/types.rb', line 20620

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:



20620
20621
20622
20623
20624
20625
20626
20627
# File 'lib/aws-sdk-glue/types.rb', line 20620

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)


20620
20621
20622
20623
20624
20625
20626
20627
# File 'lib/aws-sdk-glue/types.rb', line 20620

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.



20620
20621
20622
20623
20624
20625
20626
20627
# File 'lib/aws-sdk-glue/types.rb', line 20620

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