- Navigation Guide
@aws-sdk/client-omics
GetReadSetExportJobCommandOutput Interface
The output of GetReadSetExportJobCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
creationTime Required | Date | undefined | When the job was created. |
destination Required | string | undefined | The job's destination in Amazon S3. |
id Required | string | undefined | The job's ID. |
sequenceStoreId Required | string | undefined | The job's sequence store ID. |
status Required | ReadSetExportJobStatus | undefined | The job's status. |
completionTime | Date | undefined | When the job completed. |
readSets | ExportReadSetDetail[] | undefined | The job's read sets. |
statusMessage | string | undefined | The job's status message. |
Full Signature
export interface GetReadSetExportJobCommandOutput extends GetReadSetExportJobResponse, MetadataBearer