CacheSubnetGroup constructor

CacheSubnetGroup({
  1. String? arn,
  2. String? cacheSubnetGroupDescription,
  3. String? cacheSubnetGroupName,
  4. List<Subnet>? subnets,
  5. String? vpcId,
})

Implementation

CacheSubnetGroup({
  this.arn,
  this.cacheSubnetGroupDescription,
  this.cacheSubnetGroupName,
  this.subnets,
  this.vpcId,
});