UpdateAction constructor
UpdateAction({
- String? cacheClusterId,
- List<
CacheNodeUpdateStatus> ? cacheNodeUpdateStatus, - String? engine,
- String? estimatedUpdateTime,
- List<
NodeGroupUpdateStatus> ? nodeGroupUpdateStatus, - String? nodesUpdated,
- String? replicationGroupId,
- String? serviceUpdateName,
- DateTime? serviceUpdateRecommendedApplyByDate,
- DateTime? serviceUpdateReleaseDate,
- ServiceUpdateSeverity? serviceUpdateSeverity,
- ServiceUpdateStatus? serviceUpdateStatus,
- ServiceUpdateType? serviceUpdateType,
- SlaMet? slaMet,
- DateTime? updateActionAvailableDate,
- UpdateActionStatus? updateActionStatus,
- 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,
});