C# Класс 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.
Наследование: AmazonSimpleSystemsManagementRequest
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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

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

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

Instantiates ListCommandInvocationsRequest with the parameterized properties
public ListCommandInvocationsRequest ( string commandId ) : System
commandId string (Optional) The invocations for a specific command ID.
Результат System