class Aws::Glue::Types::UpdateSchemaInput
@note When making an API call, you may pass UpdateSchemaInput
data as a hash: { schema_id: { # required schema_arn: "GlueResourceArn", schema_name: "SchemaRegistryNameString", registry_name: "SchemaRegistryNameString", }, schema_version_number: { latest_version: false, version_number: 1, }, compatibility: "NONE", # accepts NONE, DISABLED, BACKWARD, BACKWARD_ALL, FORWARD, FORWARD_ALL, FULL, FULL_ALL description: "DescriptionString", }
@!attribute [rw] schema_id
This is a wrapper structure to contain schema identity fields. The structure contains: * SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of `SchemaArn` or `SchemaName` has to be provided. * SchemaId$SchemaName: The name of the schema. One of `SchemaArn` or `SchemaName` has to be provided. @return [Types::SchemaId]
@!attribute [rw] schema_version_number
Version number required for check pointing. One of `VersionNumber` or `Compatibility` has to be provided. @return [Types::SchemaVersionNumber]
@!attribute [rw] compatibility
The new compatibility setting for the schema. @return [String]
@!attribute [rw] description
The new description for the schema. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateSchemaInput AWS API Documentation
Constants
- SENSITIVE