Class: Aws::MigrationHub::Types::CreatedArtifact
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::CreatedArtifact
- Includes:
- Structure
- Defined in:
- 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
-
#description ⇒ String
A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
-
#name ⇒ String
An ARN that uniquely identifies the result of a migration task.
Instance Attribute Details
#description ⇒ String
A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
157 158 159 160 161 162 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 157 class CreatedArtifact < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
An ARN that uniquely identifies the result of a migration task.
157 158 159 160 161 162 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 157 class CreatedArtifact < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |