class Aws::Schemas::Types::UpdateSchemaRequest

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

data as a hash:

    {
      client_token_id: "__stringMin0Max36",
      content: "__stringMin1Max100000",
      description: "__stringMin0Max256",
      registry_name: "__string", # required
      schema_name: "__string", # required
      type: "OpenApi3", # accepts OpenApi3
    }

@!attribute [rw] client_token_id

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] content

@return [String]

@!attribute [rw] description

@return [String]

@!attribute [rw] registry_name

@return [String]

@!attribute [rw] schema_name

@return [String]

@!attribute [rw] type

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/UpdateSchemaRequest AWS API Documentation

Constants

SENSITIVE