NodeGroupMember constructor

NodeGroupMember({
  1. String? cacheClusterId,
  2. String? cacheNodeId,
  3. String? currentRole,
  4. String? preferredAvailabilityZone,
  5. String? preferredOutpostArn,
  6. Endpoint? readEndpoint,
})

Implementation

NodeGroupMember({
  this.cacheClusterId,
  this.cacheNodeId,
  this.currentRole,
  this.preferredAvailabilityZone,
  this.preferredOutpostArn,
  this.readEndpoint,
});