Container for the parameters to the RevokeCacheSecurityGroupIngress operation.
Namespace: Amazon.ElastiCache.ModelRevokes ingress from a CacheSecurityGroup for previously authorized EC2 Security Groups.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class RevokeCacheSecurityGroupIngressRequest : AmazonWebServiceRequest
Public Class RevokeCacheSecurityGroupIngressRequest _ Inherits AmazonWebServiceRequest
public ref class RevokeCacheSecurityGroupIngressRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| 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 EC2 Security Group to revoke access from.
| |
| EC2SecurityGroupOwnerId |
The AWS Account Number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS Access Key ID is
not an acceptable value.
| |
| 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()()()() | (Inherited from Object.) | |
| WithCacheSecurityGroupName(String) |
Sets the CacheSecurityGroupName property
| |
| WithEC2SecurityGroupName(String) |
Sets the EC2SecurityGroupName property
| |
| WithEC2SecurityGroupOwnerId(String) |
Sets the EC2SecurityGroupOwnerId property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..RevokeCacheSecurityGroupIngressRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..RevokeCacheSecurityGroupIngressRequest