C# Class Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting

A specification identifying an individual configuration option along with its current value. For a list of possible option values, go to Option Values in the AWS Elastic Beanstalk Developer Guide.
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ConfigurationOptionSetting ( ) : System

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

ConfigurationOptionSetting ( string awsNamespace, string optionName, string value ) : System

Instantiates ConfigurationOptionSetting with the parameterized properties

Private Methods

Method Description
IsSetNamespace ( ) : bool
IsSetOptionName ( ) : bool
IsSetResourceName ( ) : bool
IsSetValue ( ) : bool

Method Details

ConfigurationOptionSetting() public method

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

ConfigurationOptionSetting() public method

Instantiates ConfigurationOptionSetting with the parameterized properties
public ConfigurationOptionSetting ( string awsNamespace, string optionName, string value ) : System
awsNamespace string A unique namespace identifying the option's associated AWS resource.
optionName string The name of the configuration option.
value string The current value for the configuration option.
return System