C# 클래스 Amazon.SimpleSystemsManagement.Model.GetDocumentRequest

Container for the parameters to the GetDocument operation. Gets the contents of the specified SSM document.
상속: AmazonSimpleSystemsManagementRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
GetDocumentRequest ( ) : System

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

GetDocumentRequest ( string name ) : System

Instantiates GetDocumentRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDocumentVersion ( ) : bool
IsSetName ( ) : bool

메소드 상세

GetDocumentRequest() 공개 메소드

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

GetDocumentRequest() 공개 메소드

Instantiates GetDocumentRequest with the parameterized properties
public GetDocumentRequest ( string name ) : System
name string The name of the SSM document.
리턴 System