class Aws::Glue::Types::RegisterSchemaVersionInput
@note When making an API call, you may pass RegisterSchemaVersionInput
data as a hash: { schema_id: { # required schema_arn: "GlueResourceArn", schema_name: "SchemaRegistryNameString", registry_name: "SchemaRegistryNameString", }, schema_definition: "SchemaDefinitionString", # required }
@!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. Either `SchemaArn` or `SchemaName` and `RegistryName` has to be provided. * SchemaId$SchemaName: The name of the schema. Either `SchemaArn` or `SchemaName` and `RegistryName` has to be provided. @return [Types::SchemaId]
@!attribute [rw] schema_definition
The schema definition using the `DataFormat` setting for the `SchemaName`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/RegisterSchemaVersionInput AWS API Documentation
Constants
- SENSITIVE