Amazon.ElastiCache.AmazonElastiCacheClient.RevokeCacheSecurityGroupIngress C# (CSharp) 메소드

RevokeCacheSecurityGroupIngress() 공개 메소드

Revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.
/// The specified Amazon EC2 security group is not authorized for the specified cache /// security group. /// /// The requested cache security group name does not refer to an existing cache security /// group. /// /// The current state of the cache security group does not allow deletion. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. ///
public RevokeCacheSecurityGroupIngress ( RevokeCacheSecurityGroupIngressRequest request ) : RevokeCacheSecurityGroupIngressResponse
request RevokeCacheSecurityGroupIngressRequest Container for the necessary parameters to execute the RevokeCacheSecurityGroupIngress service method.
리턴 RevokeCacheSecurityGroupIngressResponse
        public RevokeCacheSecurityGroupIngressResponse RevokeCacheSecurityGroupIngress(RevokeCacheSecurityGroupIngressRequest request)
        {
            var marshaller = new RevokeCacheSecurityGroupIngressRequestMarshaller();
            var unmarshaller = RevokeCacheSecurityGroupIngressResponseUnmarshaller.Instance;

            return Invoke<RevokeCacheSecurityGroupIngressRequest,RevokeCacheSecurityGroupIngressResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient