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

Class: Aws::MigrationHub::Types::CreatedArtifact

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

Overview

Note:

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

{
  name: "CreatedArtifactName", # required
  description: "CreatedArtifactDescription",
}

An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.

Returns:

  • (String)

    A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.

#nameString

An ARN that uniquely identifies the result of a migration task.

Returns:

  • (String)

    An ARN that uniquely identifies the result of a migration task.