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

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

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

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