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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetCommandId ( ) : bool
IsSetDetails ( ) : bool
IsSetFilters ( ) : bool
IsSetInstanceId ( ) : bool
IsSetMaxResults ( ) : bool
IsSetNextToken ( ) : bool

Method Details

ListCommandInvocationsRequest() public méthode

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

ListCommandInvocationsRequest() public méthode

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