Class: Aws::Glue::Types::PutSchemaVersionMetadataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PutSchemaVersionMetadataInput
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass PutSchemaVersionMetadataInput 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
-
#metadata_key_value ⇒ Types::MetadataKeyValuePair
The metadata key's corresponding value.
-
#schema_id ⇒ Types::SchemaId
The unique ID for the schema.
-
#schema_version_id ⇒ String
The unique version ID of the schema version.
-
#schema_version_number ⇒ Types::SchemaVersionNumber
The version number of the schema.
Instance Attribute Details
#metadata_key_value ⇒ Types::MetadataKeyValuePair
The metadata key's corresponding value.
19178 19179 19180 19181 19182 19183 19184 19185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19178 class PutSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end |
#schema_id ⇒ Types::SchemaId
The unique ID for the schema.
19178 19179 19180 19181 19182 19183 19184 19185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19178 class PutSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end |
#schema_version_id ⇒ String
The unique version ID of the schema version.
19178 19179 19180 19181 19182 19183 19184 19185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19178 class PutSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end |
#schema_version_number ⇒ Types::SchemaVersionNumber
The version number of the schema.
19178 19179 19180 19181 19182 19183 19184 19185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19178 class PutSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end |