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

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

공개 메소드들

메소드 설명
DescribeDocumentRequest ( ) : System

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

DescribeDocumentRequest ( string name ) : System

Instantiates DescribeDocumentRequest with the parameterized properties

비공개 메소드들

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

메소드 상세

DescribeDocumentRequest() 공개 메소드

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

DescribeDocumentRequest() 공개 메소드

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