Method | Description | |
---|---|---|
RevokeSecurityGroupIngressRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
RevokeSecurityGroupIngressRequest ( string groupName, List |
Instantiates RevokeSecurityGroupIngressRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetGroupId ( ) : bool | ||
IsSetGroupName ( ) : bool | ||
IsSetIpPermissions ( ) : bool |
public RevokeSecurityGroupIngressRequest ( ) : System | ||
return | System |
public RevokeSecurityGroupIngressRequest ( string groupName, List |
||
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. |
return | System |