C# Class Amazon.SimpleSystemsManagement.Model.SendCommandRequest

Container for the parameters to the SendCommand operation. Executes commands on one or more remote instances.
Inheritance: AmazonSimpleSystemsManagementRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
SendCommandRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

SendCommandRequest ( string documentName, List instanceIds ) : System

Instantiates SendCommandRequest with the parameterized properties

Private Methods

Method Description
IsSetComment ( ) : bool
IsSetDocumentHash ( ) : bool
IsSetDocumentHashType ( ) : bool
IsSetDocumentName ( ) : bool
IsSetInstanceIds ( ) : bool
IsSetMaxConcurrency ( ) : bool
IsSetMaxErrors ( ) : bool
IsSetNotificationConfig ( ) : bool
IsSetOutputS3BucketName ( ) : bool
IsSetOutputS3KeyPrefix ( ) : bool
IsSetOutputS3Region ( ) : bool
IsSetParameters ( ) : bool
IsSetServiceRoleArn ( ) : bool
IsSetTargets ( ) : bool
IsSetTimeoutSeconds ( ) : bool

Method Details

SendCommandRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public SendCommandRequest ( ) : System
return System

SendCommandRequest() public method

Instantiates SendCommandRequest with the parameterized properties
public SendCommandRequest ( string documentName, List instanceIds ) : System
documentName string Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.
instanceIds List Required. The instance IDs where the command should execute. You can specify a maximum of 50 IDs.
return System