Class: Aws::MigrationHub::Types::DisassociateCreatedArtifactRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-migrationhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_artifact_nameString

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



309
310
311
312
313
314
315
316
# File 'lib/aws-sdk-migrationhub/types.rb', line 309

class DisassociateCreatedArtifactRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :created_artifact_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

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



309
310
311
312
313
314
315
316
# File 'lib/aws-sdk-migrationhub/types.rb', line 309

class DisassociateCreatedArtifactRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :created_artifact_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#migration_task_nameString

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



309
310
311
312
313
314
315
316
# File 'lib/aws-sdk-migrationhub/types.rb', line 309

class DisassociateCreatedArtifactRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :created_artifact_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#progress_update_streamString

The name of the ProgressUpdateStream.



309
310
311
312
313
314
315
316
# File 'lib/aws-sdk-migrationhub/types.rb', line 309

class DisassociateCreatedArtifactRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :created_artifact_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end