CacheSecurityGroup constructor

CacheSecurityGroup({
  1. String? arn,
  2. String? cacheSecurityGroupName,
  3. String? description,
  4. List<EC2SecurityGroup>? eC2SecurityGroups,
  5. String? ownerId,
})

Implementation

CacheSecurityGroup({
  this.arn,
  this.cacheSecurityGroupName,
  this.description,
  this.eC2SecurityGroups,
  this.ownerId,
});