Method: Fog::AWS::RDS::SecurityGroup#revoke_ec2_security_group
- Defined in:
- lib/rackspace-fog/aws/models/rds/security_group.rb
#revoke_ec2_security_group(group_name, group_owner_id = owner_id) ⇒ Object
group_owner_id defaults to the current owner_id
63 64 65 66 67 68 |
# File 'lib/rackspace-fog/aws/models/rds/security_group.rb', line 63 def revoke_ec2_security_group(group_name, group_owner_id=owner_id) revoke_ingress({ 'EC2SecurityGroupName' => group_name, 'EC2SecurityGroupOwnerId' => group_owner_id }) end |