Method: AWS::EC2::Client#delete_security_group

Defined in:
lib/aws/ec2/client.rb

#delete_security_group(options = {}) ⇒ Core::Response

Calls the DeleteSecurityGroup API operation.

Parameters:

  • options (Hash) (defaults to: {})
    • :group_name - (String) The name of the Amazon EC2 security group to delete.
    • :group_id - (String) The ID of the Amazon EC2 security group to delete.

Returns:



# File 'lib/aws/ec2/client.rb', line 1069