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 a command request.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.Command

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

Syntax

C#
public class Command : Object

The Command type exposes the following members

Constructors

NameDescription
Public Method Command()

Properties

NameTypeDescription
Public Property CommandId System.String Gets and sets the property CommandId. A unique identifier for this command.
Public Property Comment System.String Gets and sets the property Comment. User-specified information about the command, such as a brief description of what the command should do.
Public Property DocumentName System.String Gets and sets the property DocumentName. The name of the SSM document requested for execution.
Public Property ExpiresAfter System.DateTime Gets and sets the property ExpiresAfter. If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.
Public Property InstanceIds System.Collections.Generic.List<System.String> Gets and sets the property InstanceIds. The instance IDs against which this command was requested.
Public Property OutputS3BucketName System.String Gets and sets the property OutputS3BucketName. The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.
Public Property OutputS3KeyPrefix System.String Gets and sets the property OutputS3KeyPrefix. The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.
Public Property Parameters System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>> Gets and sets the property Parameters. The parameter values to be inserted in the SSM document when executing the command.
Public Property RequestedDateTime System.DateTime Gets and sets the property RequestedDateTime. The date and time the command was requested.
Public Property Status Amazon.SimpleSystemsManagement.CommandStatus Gets and sets the property Status. The status of the command.

Version Information

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