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

Container for the parameters to the CreateDocument operation. Creates an SSM document.

After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.

상속: AmazonSimpleSystemsManagementRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateDocumentRequest ( ) : System

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

CreateDocumentRequest ( string name, string content ) : System

Instantiates CreateDocumentRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetContent ( ) : bool
IsSetDocumentType ( ) : bool
IsSetName ( ) : bool

메소드 상세

CreateDocumentRequest() 공개 메소드

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

CreateDocumentRequest() 공개 메소드

Instantiates CreateDocumentRequest with the parameterized properties
public CreateDocumentRequest ( string name, string content ) : System
name string A name for the SSM document.
content string A valid JSON string.
리턴 System