C# Class Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription

Describes the possible values for a configuration option.

Datei anzeigen Open project: aws/aws-sdk-net

Public Methods

Method Description
ConfigurationOptionDescription ( ) : System

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

Private Methods

Method Description
IsSetChangeSeverity ( ) : bool
IsSetDefaultValue ( ) : bool
IsSetMaxLength ( ) : bool
IsSetMaxValue ( ) : bool
IsSetMinValue ( ) : bool
IsSetName ( ) : bool
IsSetNamespace ( ) : bool
IsSetRegex ( ) : bool
IsSetUserDefined ( ) : bool
IsSetValueOptions ( ) : bool
IsSetValueType ( ) : bool

Method Details

ConfigurationOptionDescription() public method

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