AWS SDK for .NET Documentation
RevokeCacheSecurityGroupIngressRequest Class
AmazonAmazon.ElastiCache.ModelRevokeCacheSecurityGroupIngressRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class RevokeCacheSecurityGroupIngressRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 RevokeCacheSecurityGroupIngressRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)