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
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetEnvironmentId ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetInfoType ( ) : bool

Method Details

RequestEnvironmentInfoRequest() public method

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

RequestEnvironmentInfoRequest() public method

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