Fix typo.
This commit is contained in:
parent
aedfebed98
commit
59c49ca34f
1 changed files with 1 additions and 1 deletions
|
|
@ -1709,7 +1709,7 @@ class SecurityGroupIngress(object):
|
|||
group_id = properties.get('GroupId')
|
||||
ip_protocol = properties.get("IpProtocol")
|
||||
cidr_ip = properties.get("CidrIp")
|
||||
cidr_ipv6 = properties.get("CidrIpv6"
|
||||
cidr_ipv6 = properties.get("CidrIpv6")
|
||||
from_port = properties.get("FromPort")
|
||||
source_security_group_id = properties.get("SourceSecurityGroupId")
|
||||
source_security_group_name = properties.get("SourceSecurityGroupName")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue