You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudDirectory::Types::PublishSchemaRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PublishSchemaRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#development_schema_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) that is associated with the development schema.

#minor_versionString

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.

Returns:

  • (String)

    The minor version under which the schema will be published.

#nameString

The new name under which the schema will be published. If this is not provided, the development schema is considered.

Returns:

  • (String)

    The new name under which the schema will be published.

#versionString

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

Returns:

  • (String)

    The major version under which the schema will be published.