Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest.AuthorizeDBSecurityGroupIngressRequest C# (CSharp) Метод

AuthorizeDBSecurityGroupIngressRequest() публичный Метод

Instantiates AuthorizeDBSecurityGroupIngressRequest with the parameterized properties
public AuthorizeDBSecurityGroupIngressRequest ( string dbSecurityGroupName ) : System
dbSecurityGroupName string The name of the DB security group to add authorization to.
Результат System
        public AuthorizeDBSecurityGroupIngressRequest(string dbSecurityGroupName)
        {
            _dbSecurityGroupName = dbSecurityGroupName;
        }

Same methods

AuthorizeDBSecurityGroupIngressRequest::AuthorizeDBSecurityGroupIngressRequest ( ) : System