Container for the parameters to the RevokeCacheSecurityGroupIngress operation.
            
The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.
 Declaration Syntax
 Declaration Syntax| C# | 
public class RevokeCacheSecurityGroupIngressRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RevokeCacheSecurityGroupIngressRequest()()()() | Initializes a new instance of the RevokeCacheSecurityGroupIngressRequest class | 
|  | CacheSecurityGroupName | 
            The name of the cache security group to revoke ingress from.
             
             | 
|  | EC2SecurityGroupName | 
            The name of the Amazon EC2 security group to revoke access from.
             
             | 
|  | EC2SecurityGroupOwnerId | 
            The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must
            provide a valid AWS account number for this parameter.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCacheSecurityGroupName(String) | Obsolete. 
            Sets the CacheSecurityGroupName property
             | 
|  | WithEC2SecurityGroupName(String) | Obsolete. 
            Sets the EC2SecurityGroupName property
             | 
|  | WithEC2SecurityGroupOwnerId(String) | Obsolete. 
            Sets the EC2SecurityGroupOwnerId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | RevokeCacheSecurityGroupIngressRequest | |