C# Class Amazon.ElastiCache.Model.DeleteCacheSecurityGroupRequest

Container for the parameters to the DeleteCacheSecurityGroup operation. Deletes a cache security group.

You cannot delete a cache security group if it is associated with any cache clusters.

Inheritance: AmazonElastiCacheRequest
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteCacheSecurityGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteCacheSecurityGroupRequest ( string cacheSecurityGroupName ) : System

Instantiates DeleteCacheSecurityGroupRequest with the parameterized properties

Private Methods

Method Description
IsSetCacheSecurityGroupName ( ) : bool

Method Details

DeleteCacheSecurityGroupRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteCacheSecurityGroupRequest ( ) : System
return System

DeleteCacheSecurityGroupRequest() public method

Instantiates DeleteCacheSecurityGroupRequest with the parameterized properties
public DeleteCacheSecurityGroupRequest ( string cacheSecurityGroupName ) : System
cacheSecurityGroupName string The name of the cache security group to delete. You cannot delete the default security group.
return System