Contains a list of Parametes and CacheNodeTypeSpecificParameters.

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeCacheParametersResult
Public Class DescribeCacheParametersResult
public ref class DescribeCacheParametersResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeCacheParametersResult()()()()
Initializes a new instance of the DescribeCacheParametersResult class
CacheNodeTypeSpecificParameters
A list of CacheNodeTypeSpecificParameter 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.
Parameters
A list of Parameter instances.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCacheNodeTypeSpecificParameters(array<CacheNodeTypeSpecificParameter>[]()[][])
Adds elements to the CacheNodeTypeSpecificParameters collection
WithCacheNodeTypeSpecificParameters(IEnumerable<(Of <<'(CacheNodeTypeSpecificParameter>)>>))
Adds elements to the CacheNodeTypeSpecificParameters collection
WithMarker(String)
Sets the Marker property
WithParameters(array<Parameter>[]()[][])
Adds elements to the Parameters collection
WithParameters(IEnumerable<(Of <<'(Parameter>)>>))
Adds elements to the Parameters collection

Inheritance Hierarchy

System..::..Object
  Amazon.ElastiCache.Model..::..DescribeCacheParametersResult

See Also