AWS SDK for .NET Documentation
CacheSecurityGroup Class
AmazonAmazon.ElastiCache.ModelCacheSecurityGroup Did this page help you?   Yes   No    Tell us about it...

Represents the output of one of the following operations:

Declaration Syntax
C#
public class CacheSecurityGroup
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
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.)
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
Object
CacheSecurityGroup

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