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

Class: Aws::MigrationHub::Types::DescribeMigrationTaskRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#migration_task_nameString

The identifier given to the MigrationTask. Do not store personal data in this field.

Returns:

  • (String)

    The identifier given to the MigrationTask.

#progress_update_streamString

The name of the ProgressUpdateStream.

Returns:

  • (String)

    The name of the ProgressUpdateStream.