C# Class Amazon.SimpleSystemsManagement.Model.GetDocumentRequest

Container for the parameters to the GetDocument operation. Gets the contents of the specified SSM document.
Inheritance: AmazonSimpleSystemsManagementRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
GetDocumentRequest ( ) : System

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

GetDocumentRequest ( string name ) : System

Instantiates GetDocumentRequest with the parameterized properties

Private Methods

Méthode Description
IsSetDocumentVersion ( ) : bool
IsSetName ( ) : bool

Method Details

GetDocumentRequest() public méthode

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

GetDocumentRequest() public méthode

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