UpdateAction constructor

UpdateAction({
  1. String? cacheClusterId,
  2. List<CacheNodeUpdateStatus>? cacheNodeUpdateStatus,
  3. String? engine,
  4. String? estimatedUpdateTime,
  5. List<NodeGroupUpdateStatus>? nodeGroupUpdateStatus,
  6. String? nodesUpdated,
  7. String? replicationGroupId,
  8. String? serviceUpdateName,
  9. DateTime? serviceUpdateRecommendedApplyByDate,
  10. DateTime? serviceUpdateReleaseDate,
  11. ServiceUpdateSeverity? serviceUpdateSeverity,
  12. ServiceUpdateStatus? serviceUpdateStatus,
  13. ServiceUpdateType? serviceUpdateType,
  14. SlaMet? slaMet,
  15. DateTime? updateActionAvailableDate,
  16. UpdateActionStatus? updateActionStatus,
  17. DateTime? updateActionStatusModifiedDate,
})

Implementation

UpdateAction({
  this.cacheClusterId,
  this.cacheNodeUpdateStatus,
  this.engine,
  this.estimatedUpdateTime,
  this.nodeGroupUpdateStatus,
  this.nodesUpdated,
  this.replicationGroupId,
  this.serviceUpdateName,
  this.serviceUpdateRecommendedApplyByDate,
  this.serviceUpdateReleaseDate,
  this.serviceUpdateSeverity,
  this.serviceUpdateStatus,
  this.serviceUpdateType,
  this.slaMet,
  this.updateActionAvailableDate,
  this.updateActionStatus,
  this.updateActionStatusModifiedDate,
});