Class: Aws::Glue::Types::RemoveSchemaVersionMetadataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RemoveSchemaVersionMetadataInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_key_value ⇒ Types::MetadataKeyValuePair
The value of the metadata key.
-
#schema_id ⇒ Types::SchemaId
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
-
#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 value of the metadata key.
18899 18900 18901 18902 18903 18904 18905 18906 |
# File 'lib/aws-sdk-glue/types.rb', line 18899 class RemoveSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end |
#schema_id ⇒ Types::SchemaId
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
18899 18900 18901 18902 18903 18904 18905 18906 |
# File 'lib/aws-sdk-glue/types.rb', line 18899 class RemoveSchemaVersionMetadataInput < 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.
18899 18900 18901 18902 18903 18904 18905 18906 |
# File 'lib/aws-sdk-glue/types.rb', line 18899 class RemoveSchemaVersionMetadataInput < 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.
18899 18900 18901 18902 18903 18904 18905 18906 |
# File 'lib/aws-sdk-glue/types.rb', line 18899 class RemoveSchemaVersionMetadataInput < Struct.new( :schema_id, :schema_version_number, :schema_version_id, :metadata_key_value) SENSITIVE = [] include Aws::Structure end |