C# 클래스 Amazon.RDS.Model.DeleteDBSecurityGroupRequest

Container for the parameters to the DeleteDBSecurityGroup operation.

Deletes a DB security group.

NOTE:The specified DB security group must not be associated with any DB instances.

상속: AmazonRDSRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteDBSecurityGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteDBSecurityGroupRequest ( string dbSecurityGroupName ) : System

Instantiates DeleteDBSecurityGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDBSecurityGroupName ( ) : bool

메소드 상세

DeleteDBSecurityGroupRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteDBSecurityGroupRequest ( ) : System
리턴 System

DeleteDBSecurityGroupRequest() 공개 메소드

Instantiates DeleteDBSecurityGroupRequest with the parameterized properties
public DeleteDBSecurityGroupRequest ( string dbSecurityGroupName ) : System
dbSecurityGroupName string The name of the DB security group to delete. You cannot delete the default DB security group. Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
  • Must not be "Default"
리턴 System