You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MigrationHub::Types::AssociateCreatedArtifactRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssociateCreatedArtifactRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  progress_update_stream: "ProgressUpdateStream", # required
  migration_task_name: "MigrationTaskName", # required
  created_artifact: { # required
    name: "CreatedArtifactName", # required
    description: "CreatedArtifactDescription",
  },
  dry_run: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#created_artifactTypes::CreatedArtifact

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

Returns:

  • (Types::CreatedArtifact)

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

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

Returns:

  • (Boolean)

    Optional boolean flag to indicate whether any effect should take place.

#migration_task_nameString

Unique identifier that references the migration task. Do not store personal data in this field.

Returns:

  • (String)

    Unique identifier that references the migration task.

#progress_update_streamString

The name of the ProgressUpdateStream.

Returns:

  • (String)

    The name of the ProgressUpdateStream.