C# Класс Amazon.SimpleSystemsManagement.Model.ListCommandsRequest

Container for the parameters to the ListCommands operation. Lists the commands requested by users of the AWS account.
Наследование: AmazonSimpleSystemsManagementRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetCommandId ( ) : bool
IsSetFilters ( ) : bool
IsSetInstanceId ( ) : bool
IsSetMaxResults ( ) : bool
IsSetNextToken ( ) : bool

Описание методов

ListCommandsRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ListCommandsRequest ( ) : System
Результат System

ListCommandsRequest() публичный Метод

Instantiates ListCommandsRequest with the parameterized properties
public ListCommandsRequest ( string commandId ) : System
commandId string (Optional) If provided, lists only the specified command.
Результат System