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
 
Container for the parameters to the CancelCommand operation. Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementRequest
      Amazon.SimpleSystemsManagement.Model.CancelCommandRequest

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

Syntax

C#
public class CancelCommandRequest : AmazonSimpleSystemsManagementRequest
         IRequestEvents

The CancelCommandRequest type exposes the following members

Constructors

NameDescription
Public Method CancelCommandRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method CancelCommandRequest(string) Instantiates CancelCommandRequest with the parameterized properties
Public Method CancelCommandRequest(string, List<String>)

Properties

NameTypeDescription
Public Property CommandId System.String Gets and sets the property CommandId. The ID of the command you want to cancel.
Public Property InstanceIds System.Collections.Generic.List<System.String> Gets and sets the property InstanceIds.

(Optional) A list of instance IDs on which you want to cancel the command. If not provided, the command is canceled on every instance on which it was requested.

Version Information

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