Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | System |
public static FindValue ( string value ) : |
||
value | string | The unique value for the constant |
return |
public static AssessmentRunState,Amazon.Inspector COLLECTING_DATA | ||
return |
public static AssessmentRunState,Amazon.Inspector COMPLETED | ||
return |
public static AssessmentRunState,Amazon.Inspector COMPLETED_WITH_ERRORS | ||
return |
public static AssessmentRunState,Amazon.Inspector CREATED | ||
return |
public static AssessmentRunState,Amazon.Inspector DATA_COLLECTED | ||
return |
public static AssessmentRunState,Amazon.Inspector EVALUATING_RULES | ||
return |
public static AssessmentRunState,Amazon.Inspector FAILED | ||
return |
public static AssessmentRunState,Amazon.Inspector START_DATA_COLLECTION_IN_PROGRESS | ||
return |
public static AssessmentRunState,Amazon.Inspector START_DATA_COLLECTION_PENDING | ||
return |