AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Describes an SSM document.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.DocumentDescription

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DocumentDescription : Object

The DocumentDescription type exposes the following members

Constructors

NameDescription
Public Method DocumentDescription()

Properties

NameTypeDescription
Public Property CreatedDate System.DateTime Gets and sets the property CreatedDate. The date when the SSM document was created.
Public Property Description System.String Gets and sets the property Description. A description of the document.
Public Property Name System.String Gets and sets the property Name.

The name of the SSM document.

Public Property Parameters System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.DocumentParameter> Gets and sets the property Parameters.

A description of the parameters for a document.

Public Property PlatformTypes System.Collections.Generic.List<System.String> Gets and sets the property PlatformTypes. The list of OS platforms compatible with this SSM document.
Public Property Sha1 System.String Gets and sets the property Sha1.

The SHA1 hash of the document, which you can use for verification purposes.

Public Property Status Amazon.SimpleSystemsManagement.DocumentStatus Gets and sets the property Status.

The status of the SSM document.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5