C# 클래스 Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest

Container for the parameters to the RetrieveEnvironmentInfo operation.

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

  • RequestEnvironmentInfo
상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
RetrieveEnvironmentInfoRequest ( ) : System

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

RetrieveEnvironmentInfoRequest ( EnvironmentInfoType infoType ) : System

Instantiates RetrieveEnvironmentInfoRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetEnvironmentId ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetInfoType ( ) : bool

메소드 상세

RetrieveEnvironmentInfoRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public RetrieveEnvironmentInfoRequest ( ) : System
리턴 System

RetrieveEnvironmentInfoRequest() 공개 메소드

Instantiates RetrieveEnvironmentInfoRequest with the parameterized properties
public RetrieveEnvironmentInfoRequest ( EnvironmentInfoType infoType ) : System
infoType EnvironmentInfoType The type of information to retrieve.
리턴 System