C# Class Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsRequest

Container for the parameters to the ListCommandInvocations operation. An invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.
Inheritance: AmazonSimpleSystemsManagementRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ListCommandInvocationsRequest ( ) : System

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

ListCommandInvocationsRequest ( string commandId ) : System

Instantiates ListCommandInvocationsRequest with the parameterized properties

Private Methods

Method Description
IsSetCommandId ( ) : bool
IsSetDetails ( ) : bool
IsSetFilters ( ) : bool
IsSetInstanceId ( ) : bool
IsSetMaxResults ( ) : bool
IsSetNextToken ( ) : bool

Method Details

ListCommandInvocationsRequest() public method

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

ListCommandInvocationsRequest() public method

Instantiates ListCommandInvocationsRequest with the parameterized properties
public ListCommandInvocationsRequest ( string commandId ) : System
commandId string (Optional) The invocations for a specific command ID.
return System