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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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