Amazon.EC2.Model.DeleteSecurityGroupRequest.DeleteSecurityGroupRequest C# (CSharp) Method

DeleteSecurityGroupRequest() public method

Instantiates DeleteSecurityGroupRequest with the parameterized properties
public DeleteSecurityGroupRequest ( string groupName ) : System
groupName string [EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID.
return System
        public DeleteSecurityGroupRequest(string groupName)
        {
            _groupName = groupName;
        }

Same methods

DeleteSecurityGroupRequest::DeleteSecurityGroupRequest ( ) : System