C# Class Amazon.Inspector.InspectorEvent

Constants used for properties of type InspectorEvent.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ASSESSMENT_RUN_COMPLETED InspectorEvent
ASSESSMENT_RUN_STARTED InspectorEvent
ASSESSMENT_RUN_STATE_CHANGED InspectorEvent
FINDING_REPORTED InspectorEvent
OTHER InspectorEvent

Public Methods

Method Description
FindValue ( string value ) : InspectorEvent

Finds the constant for the unique value.

InspectorEvent ( 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.

Method Details

FindValue() public static method

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

InspectorEvent() 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 InspectorEvent ( string value ) : System
value string
return System

Property Details

ASSESSMENT_RUN_COMPLETED public_oe static_oe property

Constant ASSESSMENT_RUN_COMPLETED for InspectorEvent
public static InspectorEvent,Amazon.Inspector ASSESSMENT_RUN_COMPLETED
return InspectorEvent

ASSESSMENT_RUN_STARTED public_oe static_oe property

Constant ASSESSMENT_RUN_STARTED for InspectorEvent
public static InspectorEvent,Amazon.Inspector ASSESSMENT_RUN_STARTED
return InspectorEvent

ASSESSMENT_RUN_STATE_CHANGED public_oe static_oe property

Constant ASSESSMENT_RUN_STATE_CHANGED for InspectorEvent
public static InspectorEvent,Amazon.Inspector ASSESSMENT_RUN_STATE_CHANGED
return InspectorEvent

FINDING_REPORTED public_oe static_oe property

Constant FINDING_REPORTED for InspectorEvent
public static InspectorEvent,Amazon.Inspector FINDING_REPORTED
return InspectorEvent

OTHER public_oe static_oe property

Constant OTHER for InspectorEvent
public static InspectorEvent,Amazon.Inspector OTHER
return InspectorEvent