C# Class Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription

Describes the properties of an application version.

Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ApplicationVersionDescription ( ) : System

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

Private Methods

Method Description
IsSetApplicationName ( ) : bool
IsSetBuildArn ( ) : bool
IsSetDateCreated ( ) : bool
IsSetDateUpdated ( ) : bool
IsSetDescription ( ) : bool
IsSetSourceBuildInformation ( ) : bool
IsSetSourceBundle ( ) : bool
IsSetStatus ( ) : bool
IsSetVersionLabel ( ) : bool

Method Details

ApplicationVersionDescription() public method

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