class Aws::Glue::Types::GetSchemaByDefinitionInput
@note When making an API call, you may pass GetSchemaByDefinitionInput
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. 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_definition
The definition of the schema for which schema details are required. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetSchemaByDefinitionInput AWS API Documentation
Constants
- SENSITIVE