프로퍼티 | 타입 | 설명 | |
---|---|---|---|
COLLECTING_DATA | |||
COMPLETED | |||
COMPLETED_WITH_ERRORS | |||
CREATED | |||
DATA_COLLECTED | |||
EVALUATING_RULES | |||
FAILED | |||
START_DATA_COLLECTION_IN_PROGRESS | |||
START_DATA_COLLECTION_PENDING | |||
STOP_DATA_COLLECTION_PENDING |
메소드 | 설명 | |
---|---|---|
AssessmentRunState ( string value ) : System |
This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
|
|
FindValue ( string value ) : |
Finds the constant for the unique value.
|
public AssessmentRunState ( string value ) : System | ||
value | string | |
리턴 | System |
public static FindValue ( string value ) : |
||
value | string | The unique value for the constant |
리턴 |
public static AssessmentRunState,Amazon.Inspector COLLECTING_DATA | ||
리턴 |
public static AssessmentRunState,Amazon.Inspector COMPLETED | ||
리턴 |
public static AssessmentRunState,Amazon.Inspector COMPLETED_WITH_ERRORS | ||
리턴 |
public static AssessmentRunState,Amazon.Inspector CREATED | ||
리턴 |
public static AssessmentRunState,Amazon.Inspector DATA_COLLECTED | ||
리턴 |
public static AssessmentRunState,Amazon.Inspector EVALUATING_RULES | ||
리턴 |
public static AssessmentRunState,Amazon.Inspector FAILED | ||
리턴 |
public static AssessmentRunState,Amazon.Inspector START_DATA_COLLECTION_IN_PROGRESS | ||
리턴 |
public static AssessmentRunState,Amazon.Inspector START_DATA_COLLECTION_PENDING | ||
리턴 |