C# Класс Amazon.Inspector.InspectorEvent

Constants used for properties of type InspectorEvent.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ASSESSMENT_RUN_COMPLETED InspectorEvent
ASSESSMENT_RUN_STARTED InspectorEvent
ASSESSMENT_RUN_STATE_CHANGED InspectorEvent
FINDING_REPORTED InspectorEvent
OTHER InspectorEvent

Открытые методы

Метод Описание
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.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : InspectorEvent
value string The unique value for the constant
Результат InspectorEvent

InspectorEvent() публичный Метод

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
Результат System

Описание свойств

ASSESSMENT_RUN_COMPLETED публичное статическое свойство

Constant ASSESSMENT_RUN_COMPLETED for InspectorEvent
public static InspectorEvent,Amazon.Inspector ASSESSMENT_RUN_COMPLETED
Результат InspectorEvent

ASSESSMENT_RUN_STARTED публичное статическое свойство

Constant ASSESSMENT_RUN_STARTED for InspectorEvent
public static InspectorEvent,Amazon.Inspector ASSESSMENT_RUN_STARTED
Результат InspectorEvent

ASSESSMENT_RUN_STATE_CHANGED публичное статическое свойство

Constant ASSESSMENT_RUN_STATE_CHANGED for InspectorEvent
public static InspectorEvent,Amazon.Inspector ASSESSMENT_RUN_STATE_CHANGED
Результат InspectorEvent

FINDING_REPORTED публичное статическое свойство

Constant FINDING_REPORTED for InspectorEvent
public static InspectorEvent,Amazon.Inspector FINDING_REPORTED
Результат InspectorEvent

OTHER публичное статическое свойство

Constant OTHER for InspectorEvent
public static InspectorEvent,Amazon.Inspector OTHER
Результат InspectorEvent