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

Describes the name of an SSM document.
Показать файл Открыть проект

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

Метод Описание
DocumentIdentifier ( ) : System

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

DocumentIdentifier ( string name ) : System

Instantiates DocumentIdentifier with the parameterized properties

Приватные методы

Метод Описание
IsSetDocumentType ( ) : bool
IsSetDocumentVersion ( ) : bool
IsSetName ( ) : bool
IsSetOwner ( ) : bool
IsSetPlatformTypes ( ) : bool
IsSetSchemaVersion ( ) : bool

Описание методов

DocumentIdentifier() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DocumentIdentifier ( ) : System
Результат System

DocumentIdentifier() публичный Метод

Instantiates DocumentIdentifier with the parameterized properties
public DocumentIdentifier ( string name ) : System
name string The name of the SSM document.
Результат System