C# Class Amazon.Inspector.AssessmentRunState

Constants used for properties of type AssessmentRunState.
Inheritance: ConstantClass
Exibir arquivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
COLLECTING_DATA AssessmentRunState
COMPLETED AssessmentRunState
COMPLETED_WITH_ERRORS AssessmentRunState
CREATED AssessmentRunState
DATA_COLLECTED AssessmentRunState
EVALUATING_RULES AssessmentRunState
FAILED AssessmentRunState
START_DATA_COLLECTION_IN_PROGRESS AssessmentRunState
START_DATA_COLLECTION_PENDING AssessmentRunState
STOP_DATA_COLLECTION_PENDING AssessmentRunState

Public Methods

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 ) : AssessmentRunState

Finds the constant for the unique value.

Method Details

AssessmentRunState() public method

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.
public AssessmentRunState ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : AssessmentRunState
value string The unique value for the constant
return AssessmentRunState

Property Details

COLLECTING_DATA public_oe static_oe property

Constant COLLECTING_DATA for AssessmentRunState
public static AssessmentRunState,Amazon.Inspector COLLECTING_DATA
return AssessmentRunState

COMPLETED public_oe static_oe property

Constant COMPLETED for AssessmentRunState
public static AssessmentRunState,Amazon.Inspector COMPLETED
return AssessmentRunState

COMPLETED_WITH_ERRORS public_oe static_oe property

Constant COMPLETED_WITH_ERRORS for AssessmentRunState
public static AssessmentRunState,Amazon.Inspector COMPLETED_WITH_ERRORS
return AssessmentRunState

CREATED public_oe static_oe property

Constant CREATED for AssessmentRunState
public static AssessmentRunState,Amazon.Inspector CREATED
return AssessmentRunState

DATA_COLLECTED public_oe static_oe property

Constant DATA_COLLECTED for AssessmentRunState
public static AssessmentRunState,Amazon.Inspector DATA_COLLECTED
return AssessmentRunState

EVALUATING_RULES public_oe static_oe property

Constant EVALUATING_RULES for AssessmentRunState
public static AssessmentRunState,Amazon.Inspector EVALUATING_RULES
return AssessmentRunState

FAILED public_oe static_oe property

Constant FAILED for AssessmentRunState
public static AssessmentRunState,Amazon.Inspector FAILED
return AssessmentRunState

START_DATA_COLLECTION_IN_PROGRESS public_oe static_oe property

Constant START_DATA_COLLECTION_IN_PROGRESS for AssessmentRunState
public static AssessmentRunState,Amazon.Inspector START_DATA_COLLECTION_IN_PROGRESS
return AssessmentRunState

START_DATA_COLLECTION_PENDING public_oe static_oe property

Constant START_DATA_COLLECTION_PENDING for AssessmentRunState
public static AssessmentRunState,Amazon.Inspector START_DATA_COLLECTION_PENDING
return AssessmentRunState

STOP_DATA_COLLECTION_PENDING public_oe static_oe property

Constant STOP_DATA_COLLECTION_PENDING for AssessmentRunState
public static AssessmentRunState,Amazon.Inspector STOP_DATA_COLLECTION_PENDING
return AssessmentRunState