ProcessedUpdateAction constructor
ProcessedUpdateAction({
- String? cacheClusterId,
- String? replicationGroupId,
- String? serviceUpdateName,
- UpdateActionStatus? updateActionStatus,
Implementation
ProcessedUpdateAction({
this.cacheClusterId,
this.replicationGroupId,
this.serviceUpdateName,
this.updateActionStatus,
});