C# 클래스 Amazon.EC2.Model.CancelBundleTaskRequest

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CancelBundleTaskRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CancelBundleTaskRequest ( string bundleId ) : System

Instantiates CancelBundleTaskRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetBundleId ( ) : bool

메소드 상세

CancelBundleTaskRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public CancelBundleTaskRequest ( ) : System
리턴 System

CancelBundleTaskRequest() 공개 메소드

Instantiates CancelBundleTaskRequest with the parameterized properties
public CancelBundleTaskRequest ( string bundleId ) : System
bundleId string The ID of the bundle task.
리턴 System