Amazon.RDS.AmazonRDSClient.DescribeDBSecurityGroups C# (CSharp) Method

DescribeDBSecurityGroups() public method

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.
/// DBSecurityGroupName does not refer to an existing DB security group. ///
public DescribeDBSecurityGroups ( DescribeDBSecurityGroupsRequest request ) : DescribeDBSecurityGroupsResponse
request Amazon.RDS.Model.DescribeDBSecurityGroupsRequest Container for the necessary parameters to execute the DescribeDBSecurityGroups service method.
return Amazon.RDS.Model.DescribeDBSecurityGroupsResponse
        public DescribeDBSecurityGroupsResponse DescribeDBSecurityGroups(DescribeDBSecurityGroupsRequest request)
        {
            var marshaller = new DescribeDBSecurityGroupsRequestMarshaller();
            var unmarshaller = DescribeDBSecurityGroupsResponseUnmarshaller.Instance;

            return Invoke<DescribeDBSecurityGroupsRequest,DescribeDBSecurityGroupsResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonRDSClient::DescribeDBSecurityGroups ( ) : DescribeDBSecurityGroupsResponse
AmazonRDSClient