C# 클래스 Amazon.EC2.Model.RevokeSecurityGroupIngressRequest

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

공개 메소드들

메소드 설명
RevokeSecurityGroupIngressRequest ( ) : System

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

RevokeSecurityGroupIngressRequest ( string groupName, List ipPermissions ) : System

Instantiates RevokeSecurityGroupIngressRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetGroupId ( ) : bool
IsSetGroupName ( ) : bool
IsSetIpPermissions ( ) : bool

메소드 상세

RevokeSecurityGroupIngressRequest() 공개 메소드

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

RevokeSecurityGroupIngressRequest() 공개 메소드

Instantiates RevokeSecurityGroupIngressRequest with the parameterized properties
public RevokeSecurityGroupIngressRequest ( string groupName, List ipPermissions ) : System
groupName string [EC2-Classic, default VPC] The name of the security group.
ipPermissions List A set of IP permissions. You can't specify a source security group and a CIDR IP address range.
리턴 System