ExportDescription constructor

ExportDescription({
  1. int? billedSizeBytes,
  2. String? clientToken,
  3. DateTime? endTime,
  4. String? exportArn,
  5. ExportFormat? exportFormat,
  6. String? exportManifest,
  7. ExportStatus? exportStatus,
  8. DateTime? exportTime,
  9. String? failureCode,
  10. String? failureMessage,
  11. int? itemCount,
  12. String? s3Bucket,
  13. String? s3BucketOwner,
  14. String? s3Prefix,
  15. S3SseAlgorithm? s3SseAlgorithm,
  16. String? s3SseKmsKeyId,
  17. DateTime? startTime,
  18. String? tableArn,
  19. String? tableId,
})

Implementation

ExportDescription({
  this.billedSizeBytes,
  this.clientToken,
  this.endTime,
  this.exportArn,
  this.exportFormat,
  this.exportManifest,
  this.exportStatus,
  this.exportTime,
  this.failureCode,
  this.failureMessage,
  this.itemCount,
  this.s3Bucket,
  this.s3BucketOwner,
  this.s3Prefix,
  this.s3SseAlgorithm,
  this.s3SseKmsKeyId,
  this.startTime,
  this.tableArn,
  this.tableId,
});