ScheduledAction constructor
ScheduledAction({
- DateTime? endTime,
- String? iamRole,
- List<
DateTime> ? nextInvocations, - String? schedule,
- String? scheduledActionDescription,
- String? scheduledActionName,
- DateTime? startTime,
- ScheduledActionState? state,
- ScheduledActionType? targetAction,
Implementation
ScheduledAction({
this.endTime,
this.iamRole,
this.nextInvocations,
this.schedule,
this.scheduledActionDescription,
this.scheduledActionName,
this.startTime,
this.state,
this.targetAction,
});