class Aws::MigrationHub::Types::ImportMigrationTaskRequest

@note When making an API call, you may pass ImportMigrationTaskRequest

data as a hash:

    {
      progress_update_stream: "ProgressUpdateStream", # required
      migration_task_name: "MigrationTaskName", # required
      dry_run: false,
    }

@!attribute [rw] progress_update_stream

The name of the ProgressUpdateStream. >
@return [String]

@!attribute [rw] migration_task_name

Unique identifier that references the migration task. *Do not store
personal data in this field.*
@return [String]

@!attribute [rw] dry_run

Optional boolean flag to indicate whether any effect should take
place. Used to test if the caller has permission to make the call.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/AWSMigrationHub-2017-05-31/ImportMigrationTaskRequest AWS API Documentation

Constants

SENSITIVE