C# Class Amazon.ElastiCache.Model.Parameter

Describes an individual setting that controls some aspect of ElastiCache behavior.

Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
Parameter ( ) : System

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

Private Methods

Method Description
IsSetAllowedValues ( ) : bool
IsSetChangeType ( ) : bool
IsSetDataType ( ) : bool
IsSetDescription ( ) : bool
IsSetIsModifiable ( ) : bool
IsSetMinimumEngineVersion ( ) : bool
IsSetParameterName ( ) : bool
IsSetParameterValue ( ) : bool
IsSetSource ( ) : bool

Method Details

Parameter() public method

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