C# Class Amazon.RDS.Model.Parameter

This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions.

This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions.

Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

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
IsSetApplyMethod ( ) : bool
IsSetApplyType ( ) : 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