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

Contains a list of CacheParameterGroups.

Declaration Syntax
C#
public class DescribeCacheParameterGroupsResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeCacheParameterGroupsResult()()()()
Initializes a new instance of the DescribeCacheParameterGroupsResult class

CacheParameterGroups
A list of CacheParameterGroup instances.

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.)
Marker
The marker obtained from a previous operation response.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheParameterGroups(array<CacheParameterGroup>[]()[][])
Adds elements to the CacheParameterGroups collection

WithCacheParameterGroups(IEnumerable<(Of <<'(CacheParameterGroup>)>>))
Adds elements to the CacheParameterGroups collection

WithMarker(String)
Sets the Marker property

Inheritance Hierarchy
Object
DescribeCacheParameterGroupsResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)