class Aws::Glue::Types::GetSchemaInput

@note When making an API call, you may pass GetSchemaInput

data as a hash:

    {
      schema_id: { # required
        schema_arn: "GlueResourceArn",
        schema_name: "SchemaRegistryNameString",
        registry_name: "SchemaRegistryNameString",
      },
    }

@!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]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetSchemaInput AWS API Documentation

Constants

SENSITIVE