C# 클래스 Amazon.SimpleSystemsManagement.Model.ListCommandsRequest

Container for the parameters to the ListCommands operation. Lists the commands requested by users of the AWS account.
상속: AmazonSimpleSystemsManagementRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

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