class Aws::CloudDirectory::Types::UpgradeAppliedSchemaRequest

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

data as a hash:

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

@!attribute [rw] published_schema_arn

The revision of the published schema to upgrade the directory to.
@return [String]

@!attribute [rw] directory_arn

The ARN for the directory to which the upgraded schema will be
applied.
@return [String]

@!attribute [rw] dry_run

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.
@return [Boolean]

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

Constants

SENSITIVE