class Aws::MigrationHub::Types::ListDiscoveredResourcesRequest
@note When making an API call, you may pass ListDiscoveredResourcesRequest
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
The name of the MigrationTask. *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
The maximum number of results returned per page. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/AWSMigrationHub-2017-05-31/ListDiscoveredResourcesRequest AWS API Documentation
Constants
- SENSITIVE