C# Class Amazon.SimpleSystemsManagement.Model.ListCommandsRequest

Container for the parameters to the ListCommands operation. Lists the commands requested by users of the AWS account.
Inheritance: AmazonSimpleSystemsManagementRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
ListCommandsRequest ( ) : System

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

ListCommandsRequest ( string commandId ) : System

Instantiates ListCommandsRequest with the parameterized properties

Private Methods

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

Method Details

ListCommandsRequest() public méthode

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

ListCommandsRequest() public méthode

Instantiates ListCommandsRequest with the parameterized properties
public ListCommandsRequest ( string commandId ) : System
commandId string (Optional) If provided, lists only the specified command.
Résultat System