C# 클래스 Amazon.ElasticMapReduce.Model.JobFlowDetail

파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
JobFlowDetail ( ) : System

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

JobFlowDetail ( string jobFlowId, string name, JobFlowExecutionStatusDetail executionStatusDetail, JobFlowInstancesDetail instances ) : System

Instantiates JobFlowDetail with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAmiVersion ( ) : bool
IsSetAutoScalingRole ( ) : bool
IsSetBootstrapActions ( ) : bool
IsSetExecutionStatusDetail ( ) : bool
IsSetInstances ( ) : bool
IsSetJobFlowId ( ) : bool
IsSetJobFlowRole ( ) : bool
IsSetLogUri ( ) : bool
IsSetName ( ) : bool
IsSetScaleDownBehavior ( ) : bool
IsSetServiceRole ( ) : bool
IsSetSteps ( ) : bool
IsSetSupportedProducts ( ) : bool
IsSetVisibleToAllUsers ( ) : bool

메소드 상세

JobFlowDetail() 공개 메소드

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

JobFlowDetail() 공개 메소드

Instantiates JobFlowDetail with the parameterized properties
public JobFlowDetail ( string jobFlowId, string name, JobFlowExecutionStatusDetail executionStatusDetail, JobFlowInstancesDetail instances ) : System
jobFlowId string The job flow identifier.
name string The name of the job flow.
executionStatusDetail JobFlowExecutionStatusDetail Describes the execution status of the job flow.
instances JobFlowInstancesDetail Describes the Amazon EC2 instances of the job flow.
리턴 System