C# Class Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest

Container for the parameters to the DescribeConfigurationOptions operation.

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeConfigurationOptionsRequest ( ) : System

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

Private Methods

Method Description
IsSetApplicationName ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetOptions ( ) : bool
IsSetSolutionStackName ( ) : bool
IsSetTemplateName ( ) : bool

Method Details

DescribeConfigurationOptionsRequest() public method

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