메소드 | 설명 | |
---|---|---|
CreateDBSecurityGroupRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateDBSecurityGroupRequest ( string dbSecurityGroupName, string dbSecurityGroupDescription ) : System |
Instantiates CreateDBSecurityGroupRequest with the parameterized properties
|
메소드 | 설명 | |
---|---|---|
IsSetDBSecurityGroupDescription ( ) : bool | ||
IsSetDBSecurityGroupName ( ) : bool | ||
IsSetTags ( ) : bool |
public CreateDBSecurityGroupRequest ( string dbSecurityGroupName, string dbSecurityGroupDescription ) : System | ||
dbSecurityGroupName | string | The name for the DB security group. This value is stored as a lowercase string. Constraints:
mysecuritygroup |
dbSecurityGroupDescription | string | The description for the DB security group. |
리턴 | System |