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

Class: Aws::MigrationHub::Types::ListCreatedArtifactsRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of results to be returned per page.

Returns:

  • (Integer)

    Maximum number of results to be returned per page.

#migration_task_nameString

Unique identifier that references the migration task. Do not store personal data in this field.

Returns:

  • (String)

    Unique identifier that references the migration task.

#next_tokenString

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.

Returns:

  • (String)

    If a NextToken was returned by a previous call, there are more results available.

#progress_update_streamString

The name of the ProgressUpdateStream.

Returns:

  • (String)

    The name of the ProgressUpdateStream.