@aws-sdk/client-snowball

ListClusterJobsCommandOutput Interface

The output of ListClusterJobsCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
JobListEntries JobListEntry[] | undefined

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

NextToken string | undefined

HTTP requests are stateless. If you use the automatically generated NextToken value in your next ListClusterJobsResult call, your list of returned jobs will start from this point in the array.

Full Signature

export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, MetadataBearer