class Aws::CloudDirectory::Types::PublishSchemaRequest

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

data as a hash:

    {
      development_schema_arn: "Arn", # required
      version: "Version", # required
      minor_version: "Version",
      name: "SchemaName",
    }

@!attribute [rw] development_schema_arn

The Amazon Resource Name (ARN) that is associated with the
development schema. For more information, see arns.
@return [String]

@!attribute [rw] version

The major version under which the schema will be published. Schemas
have both a major and minor version associated with them.
@return [String]

@!attribute [rw] minor_version

The minor version under which the schema will be published. This
parameter is recommended. Schemas have both a major and minor
version associated with them.
@return [String]

@!attribute [rw] name

The new name under which the schema will be published. If this is
not provided, the development schema is considered.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/PublishSchemaRequest AWS API Documentation

Constants

SENSITIVE