C# Класс Amazon.SimpleSystemsManagement.Model.GetDocumentRequest

Container for the parameters to the GetDocument operation. Gets the contents of the specified SSM document.
Наследование: AmazonSimpleSystemsManagementRequest
Показать файл Открыть проект Примеры использования класса

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

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