AuthorizeCacheSecurityGroupIngressResult constructor

AuthorizeCacheSecurityGroupIngressResult({
  1. CacheSecurityGroup? cacheSecurityGroup,
})

Implementation

AuthorizeCacheSecurityGroupIngressResult({
  this.cacheSecurityGroup,
});