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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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