C# Class Amazon.SimpleSystemsManagement.Model.DescribeDocumentRequest

Container for the parameters to the DescribeDocument operation. Describes the specified SSM document.
Inheritance: AmazonSimpleSystemsManagementRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeDocumentRequest ( ) : System

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

DescribeDocumentRequest ( string name ) : System

Instantiates DescribeDocumentRequest with the parameterized properties

Private Methods

Method Description
IsSetDocumentVersion ( ) : bool
IsSetName ( ) : bool

Method Details

DescribeDocumentRequest() public method

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

DescribeDocumentRequest() public method

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