LogStream constructor

LogStream({
  1. String? arn,
  2. int? creationTime,
  3. int? firstEventTimestamp,
  4. int? lastEventTimestamp,
  5. int? lastIngestionTime,
  6. String? logStreamName,
  7. int? storedBytes,
  8. String? uploadSequenceToken,
})

Implementation

LogStream({
  this.arn,
  this.creationTime,
  this.firstEventTimestamp,
  this.lastEventTimestamp,
  this.lastIngestionTime,
  this.logStreamName,
  this.storedBytes,
  this.uploadSequenceToken,
});