C# Class Amazon.SimpleSystemsManagement.Model.DocumentIdentifier

Describes the name of an SSM document.
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetDocumentType ( ) : bool
IsSetDocumentVersion ( ) : bool
IsSetName ( ) : bool
IsSetOwner ( ) : bool
IsSetPlatformTypes ( ) : bool
IsSetSchemaVersion ( ) : bool

Method Details

DocumentIdentifier() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DocumentIdentifier ( ) : System
Résultat System

DocumentIdentifier() public méthode

Instantiates DocumentIdentifier with the parameterized properties
public DocumentIdentifier ( string name ) : System
name string The name of the SSM document.
Résultat System