ListLogSubscriptionsResult constructor
ListLogSubscriptionsResult({
- List<
LogSubscription> ? logSubscriptions, - String? nextToken,
Implementation
ListLogSubscriptionsResult({
this.logSubscriptions,
this.nextToken,
});