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
 

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.DocumentParameter

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

Syntax

C#
public class DocumentParameter : Object

The DocumentParameter type exposes the following members

Constructors

NameDescription
Public Method DocumentParameter()

Properties

NameTypeDescription
Public Property DefaultValue System.String Gets and sets the property DefaultValue.

If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.

Public Property Description System.String Gets and sets the property Description.

A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.

Public Property Name System.String Gets and sets the property Name.

The name of the parameter.

Public Property Type Amazon.SimpleSystemsManagement.DocumentParameterType Gets and sets the property Type.

The type of parameter. The type can be either “String” or “StringList”.

Version Information

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