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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arnString

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

Returns:

  • (String)


5457
5458
5459
5460
5461
5462
5463
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5457

class UpgradeAppliedSchemaRequest < Struct.new(
  :published_schema_arn,
  :directory_arn,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#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)


5457
5458
5459
5460
5461
5462
5463
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5457

class UpgradeAppliedSchemaRequest < Struct.new(
  :published_schema_arn,
  :directory_arn,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#published_schema_arnString

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

Returns:

  • (String)


5457
5458
5459
5460
5461
5462
5463
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5457

class UpgradeAppliedSchemaRequest < Struct.new(
  :published_schema_arn,
  :directory_arn,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end