Class: Aws::CloudDirectory::Types::UpgradePublishedSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::UpgradePublishedSchemaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#development_schema_arn ⇒ String
The ARN of the development schema with the changes used for the upgrade.
-
#dry_run ⇒ Boolean
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded.
-
#minor_version ⇒ String
Identifies the minor version of the published schema that will be created.
-
#published_schema_arn ⇒ String
The ARN of the published schema to be upgraded.
Instance Attribute Details
#development_schema_arn ⇒ String
The ARN of the development schema with the changes used for the upgrade.
5507 5508 5509 5510 5511 5512 5513 5514 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5507 class UpgradePublishedSchemaRequest < Struct.new( :development_schema_arn, :published_schema_arn, :minor_version, :dry_run) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.
5507 5508 5509 5510 5511 5512 5513 5514 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5507 class UpgradePublishedSchemaRequest < Struct.new( :development_schema_arn, :published_schema_arn, :minor_version, :dry_run) SENSITIVE = [] include Aws::Structure end |
#minor_version ⇒ String
Identifies the minor version of the published schema that will be created. This parameter is NOT optional.
5507 5508 5509 5510 5511 5512 5513 5514 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5507 class UpgradePublishedSchemaRequest < Struct.new( :development_schema_arn, :published_schema_arn, :minor_version, :dry_run) SENSITIVE = [] include Aws::Structure end |
#published_schema_arn ⇒ String
The ARN of the published schema to be upgraded.
5507 5508 5509 5510 5511 5512 5513 5514 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5507 class UpgradePublishedSchemaRequest < Struct.new( :development_schema_arn, :published_schema_arn, :minor_version, :dry_run) SENSITIVE = [] include Aws::Structure end |