ListLogSubscriptionsResult constructor

ListLogSubscriptionsResult({
  1. List<LogSubscription>? logSubscriptions,
  2. String? nextToken,
})

Implementation

ListLogSubscriptionsResult({
  this.logSubscriptions,
  this.nextToken,
});