DescribeScheduledActionsResponse constructor
DescribeScheduledActionsResponse({
- String? nextToken,
- List<
ScheduledAction> ? scheduledActions,
Implementation
DescribeScheduledActionsResponse({
this.nextToken,
this.scheduledActions,
});