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
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetCacheSecurityGroupName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool

Method Details

DescribeCacheSecurityGroupsRequest() public method

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

DescribeCacheSecurityGroupsRequest() public method

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