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

Describes the name of an SSM document.
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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