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.

Inheritance Hierarchy

System.Object
  Amazon.OpsWorks.Model.Command

Namespace: Amazon.OpsWorks.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 AcknowledgedAt System.String Gets and sets the property AcknowledgedAt.

Date and time when the command was acknowledged.

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

The command ID.

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

Date when the command completed.

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

Date and time when the command was run.

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

The command deployment ID.

Public Property ExitCode System.Int32 Gets and sets the property ExitCode.

The command exit code.

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

The ID of the instance where the command was executed.

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

The URL of the command log.

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

The command status:

  • failed
  • successful
  • skipped
  • pending
Public Property Type System.String Gets and sets the property Type.

The command type:

  • deploy
  • rollback
  • start
  • stop
  • restart
  • undeploy
  • update_dependencies
  • install_dependencies
  • update_custom_cookbooks
  • execute_recipes

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8