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

Class: Aws::CloudDirectory::Types::UpgradeAppliedSchemaRequest

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

Overview

Note:

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

{
  published_schema_arn: "Arn", # required
  directory_arn: "Arn", # required
  dry_run: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arnString

The ARN for the directory to which the upgraded schema will be applied.

Returns:

  • (String)

    The ARN for the directory to which the upgraded schema will be applied.

#dry_runBoolean

Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

Returns:

  • (Boolean)

    Used for testing whether the major version schemas are backward compatible or not.

#published_schema_arnString

The revision of the published schema to upgrade the directory to.

Returns:

  • (String)

    The revision of the published schema to upgrade the directory to.