RebootCacheClusterResult constructor

RebootCacheClusterResult({
  1. CacheCluster? cacheCluster,
})

Implementation

RebootCacheClusterResult({
  this.cacheCluster,
});