Represents the output of one of the following operations:
- AuthorizeCacheSecurityGroupIngress
- CreateCacheSecurityGroup
- RevokeCacheSecurityGroupIngress
 Declaration Syntax
 Declaration Syntax| C# | 
public class CacheSecurityGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CacheSecurityGroup()()()() | Initializes a new instance of the CacheSecurityGroup class | 
|  | CacheSecurityGroupName | 
            The name of the cache security group.
             
             | 
|  | Description | 
            The description of the cache security group.
             
             | 
|  | EC2SecurityGroups | 
            A list of Amazon EC2 security groups that are associated with this cache security group.
             
             | 
|  | 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.) | 
|  | OwnerId | 
            The AWS account ID of the cache security group owner.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCacheSecurityGroupName(String) | Obsolete. 
            Sets the CacheSecurityGroupName property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithEC2SecurityGroups(array<EC2SecurityGroup>[]()[][]) | Obsolete. 
            Adds elements to the EC2SecurityGroups collection
             | 
|  | WithEC2SecurityGroups(IEnumerable<(Of <<'(EC2SecurityGroup>)>>)) | Obsolete. 
            Adds elements to the EC2SecurityGroups collection
             | 
|  | WithOwnerId(String) | Obsolete. 
            Sets the OwnerId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CacheSecurityGroup |