CacheNode constructor

CacheNode({
  1. DateTime? cacheNodeCreateTime,
  2. String? cacheNodeId,
  3. String? cacheNodeStatus,
  4. String? customerAvailabilityZone,
  5. String? customerOutpostArn,
  6. Endpoint? endpoint,
  7. String? parameterGroupStatus,
  8. String? sourceCacheNodeId,
})

Implementation

CacheNode({
  this.cacheNodeCreateTime,
  this.cacheNodeId,
  this.cacheNodeStatus,
  this.customerAvailabilityZone,
  this.customerOutpostArn,
  this.endpoint,
  this.parameterGroupStatus,
  this.sourceCacheNodeId,
});