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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


157
158
159
160
161
162
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 157

class CreatedArtifact < Struct.new(
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


157
158
159
160
161
162
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 157

class CreatedArtifact < Struct.new(
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end