C# Class Amazon.SimpleSystemsManagement.Model.DocumentIdentifier

Describes the name of an SSM document.
Show file Open project: aws/aws-sdk-net

Public Methods

Method 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

Method Description
IsSetDocumentType ( ) : bool
IsSetDocumentVersion ( ) : bool
IsSetName ( ) : bool
IsSetOwner ( ) : bool
IsSetPlatformTypes ( ) : bool
IsSetSchemaVersion ( ) : bool

Method Details

DocumentIdentifier() public method

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

DocumentIdentifier() public method

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