class Aws::MigrationHub::Types::DisassociateCreatedArtifactRequest

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

data as a hash:

    {
      progress_update_stream: "ProgressUpdateStream", # required
      migration_task_name: "MigrationTaskName", # required
      created_artifact_name: "CreatedArtifactName", # required
      dry_run: false,
    }

@!attribute [rw] progress_update_stream

The name of the ProgressUpdateStream.
@return [String]

@!attribute [rw] migration_task_name

Unique identifier that references the migration task to be
disassociated with the artifact. *Do not store personal data in this
field.*
@return [String]

@!attribute [rw] created_artifact_name

An ARN of the AWS resource related to the migration (e.g., AMI, EC2
instance, RDS instance, etc.)
@return [String]

@!attribute [rw] dry_run

Optional boolean flag to indicate whether any effect should take
place. Used to test if the caller has permission to make the call.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/AWSMigrationHub-2017-05-31/DisassociateCreatedArtifactRequest AWS API Documentation

Constants

SENSITIVE