GlacierJobDescription constructor
GlacierJobDescription({
- ActionCode? action,
- String? archiveId,
- String? archiveSHA256TreeHash,
- int? archiveSizeInBytes,
- bool? completed,
- String? completionDate,
- String? creationDate,
- InventoryRetrievalJobDescription? inventoryRetrievalParameters,
- int? inventorySizeInBytes,
- String? jobDescription,
- String? jobId,
- String? jobOutputPath,
- OutputLocation? outputLocation,
- String? retrievalByteRange,
- String? sHA256TreeHash,
- String? sNSTopic,
- SelectParameters? selectParameters,
- StatusCode? statusCode,
- String? statusMessage,
- String? tier,
- String? vaultARN,
Implementation
GlacierJobDescription({
this.action,
this.archiveId,
this.archiveSHA256TreeHash,
this.archiveSizeInBytes,
this.completed,
this.completionDate,
this.creationDate,
this.inventoryRetrievalParameters,
this.inventorySizeInBytes,
this.jobDescription,
this.jobId,
this.jobOutputPath,
this.outputLocation,
this.retrievalByteRange,
this.sHA256TreeHash,
this.sNSTopic,
this.selectParameters,
this.statusCode,
this.statusMessage,
this.tier,
this.vaultARN,
});