Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsRequest.ListCommandInvocationsRequest C# (CSharp) Метод

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

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

Same methods

ListCommandInvocationsRequest::ListCommandInvocationsRequest ( ) : System