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.



25030
25031
25032
25033
25034
25035
25036
25037
# File 'lib/aws-sdk-glue/types.rb', line 25030

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:



25030
25031
25032
25033
25034
25035
25036
25037
# File 'lib/aws-sdk-glue/types.rb', line 25030

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)


25030
25031
25032
25033
25034
25035
25036
25037
# File 'lib/aws-sdk-glue/types.rb', line 25030

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.



25030
25031
25032
25033
25034
25035
25036
25037
# File 'lib/aws-sdk-glue/types.rb', line 25030

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