C# Class Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest

Container for the parameters to the RequestEnvironmentInfo operation.

Initiates a request to compile the specified type of information of the deployed environment.

Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment. Use RetrieveEnvironmentInfo to access the compiled information.

Related Topics

  • RetrieveEnvironmentInfo
Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
RequestEnvironmentInfoRequest ( ) : System

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

RequestEnvironmentInfoRequest ( EnvironmentInfoType infoType ) : System

Instantiates RequestEnvironmentInfoRequest with the parameterized properties

Private Methods

Méthode Description
IsSetEnvironmentId ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetInfoType ( ) : bool

Method Details

RequestEnvironmentInfoRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public RequestEnvironmentInfoRequest ( ) : System
Résultat System

RequestEnvironmentInfoRequest() public méthode

Instantiates RequestEnvironmentInfoRequest with the parameterized properties
public RequestEnvironmentInfoRequest ( EnvironmentInfoType infoType ) : System
infoType EnvironmentInfoType The type of information to request.
Résultat System