ExportDescription constructor
ExportDescription({
- int? billedSizeBytes,
- String? clientToken,
- DateTime? endTime,
- String? exportArn,
- ExportFormat? exportFormat,
- String? exportManifest,
- ExportStatus? exportStatus,
- DateTime? exportTime,
- String? failureCode,
- String? failureMessage,
- int? itemCount,
- String? s3Bucket,
- String? s3BucketOwner,
- String? s3Prefix,
- S3SseAlgorithm? s3SseAlgorithm,
- String? s3SseKmsKeyId,
- DateTime? startTime,
- String? tableArn,
- 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,
});