Class: Aws::CloudDirectory::Types::UpgradeAppliedSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::UpgradeAppliedSchemaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The ARN for the directory to which the upgraded schema will be applied.
-
#dry_run ⇒ Boolean
Used for testing whether the major version schemas are backward compatible or not.
-
#published_schema_arn ⇒ String
The revision of the published schema to upgrade the directory to.
Instance Attribute Details
#directory_arn ⇒ String
The ARN for the directory to which the upgraded schema will be applied.
5457 5458 5459 5460 5461 5462 5463 |
# File '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_run ⇒ Boolean
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.
5457 5458 5459 5460 5461 5462 5463 |
# File '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_arn ⇒ String
The revision of the published schema to upgrade the directory to.
5457 5458 5459 5460 5461 5462 5463 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5457 class UpgradeAppliedSchemaRequest < Struct.new( :published_schema_arn, :directory_arn, :dry_run) SENSITIVE = [] include Aws::Structure end |