GlacierJobDescription constructor

GlacierJobDescription({
  1. ActionCode? action,
  2. String? archiveId,
  3. String? archiveSHA256TreeHash,
  4. int? archiveSizeInBytes,
  5. bool? completed,
  6. String? completionDate,
  7. String? creationDate,
  8. InventoryRetrievalJobDescription? inventoryRetrievalParameters,
  9. int? inventorySizeInBytes,
  10. String? jobDescription,
  11. String? jobId,
  12. String? jobOutputPath,
  13. OutputLocation? outputLocation,
  14. String? retrievalByteRange,
  15. String? sHA256TreeHash,
  16. String? sNSTopic,
  17. SelectParameters? selectParameters,
  18. StatusCode? statusCode,
  19. String? statusMessage,
  20. String? tier,
  21. 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,
});