class Aws::MigrationHub::Types::ListCreatedArtifactsRequest

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

data as a hash:

    {
      progress_update_stream: "ProgressUpdateStream", # required
      migration_task_name: "MigrationTaskName", # required
      next_token: "Token",
      max_results: 1,
    }

@!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] next_token

If a `NextToken` was returned by a previous call, there are more
results available. To retrieve the next page of results, make the
call again using the returned token in `NextToken`.
@return [String]

@!attribute [rw] max_results

Maximum number of results to be returned per page.
@return [Integer]

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

Constants

SENSITIVE