C# Class Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsRequest

Container for the parameters to the DescribeCacheSecurityGroups operation. Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group.
Inheritance: AmazonElastiCacheRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
DescribeCacheSecurityGroupsRequest ( ) : System

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

DescribeCacheSecurityGroupsRequest ( string cacheSecurityGroupName ) : System

Instantiates DescribeCacheSecurityGroupsRequest with the parameterized properties

Private Methods

Méthode Description
IsSetCacheSecurityGroupName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool

Method Details

DescribeCacheSecurityGroupsRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeCacheSecurityGroupsRequest ( ) : System
Résultat System

DescribeCacheSecurityGroupsRequest() public méthode

Instantiates DescribeCacheSecurityGroupsRequest with the parameterized properties
public DescribeCacheSecurityGroupsRequest ( string cacheSecurityGroupName ) : System
cacheSecurityGroupName string The name of the cache security group to return details for.
Résultat System