Closed ldx closed 4 years ago
Based on #169, some of the fields in the IpPermissions struct might be nil. I went ahead and changed all pointer dereferences to use the *Value() helpers from the AWS SDK instead.
IpPermissions
*Value()
This fixes #169
Based on #169, some of the fields in the
IpPermissions
struct might be nil. I went ahead and changed all pointer dereferences to use the*Value()
helpers from the AWS SDK instead.This fixes #169