Class: Aws::Glue::Types::PutSchemaVersionMetadataResponse

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

#latest_versionBoolean

The latest version of the schema.

Returns:

  • (Boolean)


17012
17013
17014
17015
17016
17017
17018
17019
17020
17021
17022
17023
# File 'lib/aws-sdk-glue/types.rb', line 17012

class PutSchemaVersionMetadataResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name,
  :latest_version,
  :version_number,
  :schema_version_id,
  :metadata_key,
  :metadata_value)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_keyString

The metadata key.

Returns:

  • (String)


17012
17013
17014
17015
17016
17017
17018
17019
17020
17021
17022
17023
# File 'lib/aws-sdk-glue/types.rb', line 17012

class PutSchemaVersionMetadataResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name,
  :latest_version,
  :version_number,
  :schema_version_id,
  :metadata_key,
  :metadata_value)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_valueString

The value of the metadata key.

Returns:

  • (String)


17012
17013
17014
17015
17016
17017
17018
17019
17020
17021
17022
17023
# File 'lib/aws-sdk-glue/types.rb', line 17012

class PutSchemaVersionMetadataResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name,
  :latest_version,
  :version_number,
  :schema_version_id,
  :metadata_key,
  :metadata_value)
  SENSITIVE = []
  include Aws::Structure
end

#registry_nameString

The name for the registry.

Returns:

  • (String)


17012
17013
17014
17015
17016
17017
17018
17019
17020
17021
17022
17023
# File 'lib/aws-sdk-glue/types.rb', line 17012

class PutSchemaVersionMetadataResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name,
  :latest_version,
  :version_number,
  :schema_version_id,
  :metadata_key,
  :metadata_value)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) for the schema.

Returns:

  • (String)


17012
17013
17014
17015
17016
17017
17018
17019
17020
17021
17022
17023
# File 'lib/aws-sdk-glue/types.rb', line 17012

class PutSchemaVersionMetadataResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name,
  :latest_version,
  :version_number,
  :schema_version_id,
  :metadata_key,
  :metadata_value)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name for the schema.

Returns:

  • (String)


17012
17013
17014
17015
17016
17017
17018
17019
17020
17021
17022
17023
# File 'lib/aws-sdk-glue/types.rb', line 17012

class PutSchemaVersionMetadataResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name,
  :latest_version,
  :version_number,
  :schema_version_id,
  :metadata_key,
  :metadata_value)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version_idString

The unique version ID of the schema version.

Returns:

  • (String)


17012
17013
17014
17015
17016
17017
17018
17019
17020
17021
17022
17023
# File 'lib/aws-sdk-glue/types.rb', line 17012

class PutSchemaVersionMetadataResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name,
  :latest_version,
  :version_number,
  :schema_version_id,
  :metadata_key,
  :metadata_value)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number of the schema.

Returns:

  • (Integer)


17012
17013
17014
17015
17016
17017
17018
17019
17020
17021
17022
17023
# File 'lib/aws-sdk-glue/types.rb', line 17012

class PutSchemaVersionMetadataResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name,
  :latest_version,
  :version_number,
  :schema_version_id,
  :metadata_key,
  :metadata_value)
  SENSITIVE = []
  include Aws::Structure
end