LogSubscription constructor

LogSubscription({
  1. String? directoryId,
  2. String? logGroupName,
  3. DateTime? subscriptionCreatedDateTime,
})

Implementation

LogSubscription({
  this.directoryId,
  this.logGroupName,
  this.subscriptionCreatedDateTime,
});