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
- Struct
- Aws::MigrationHub::Types::AssociateCreatedArtifactRequest
- Defined in:
- (unknown)
Overview
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
-
#created_artifact ⇒ Types::CreatedArtifact
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.).
-
#dry_run ⇒ Boolean
Optional boolean flag to indicate whether any effect should take place.
-
#migration_task_name ⇒ String
Unique identifier that references the migration task.
-
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream.
Instance Attribute Details
#created_artifact ⇒ Types::CreatedArtifact
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
#dry_run ⇒ Boolean
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
#migration_task_name ⇒ String
Unique identifier that references the migration task. Do not store personal data in this field.
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream.