C# Класс Amazon.SimpleSystemsManagement.NotificationEvent

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

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

Свойство Тип Описание
All NotificationEvent
Cancelled NotificationEvent
Failed NotificationEvent
InProgress NotificationEvent
Success NotificationEvent
TimedOut NotificationEvent

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

Метод Описание
FindValue ( string value ) : NotificationEvent

Finds the constant for the unique value.

NotificationEvent ( 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 ) : NotificationEvent
value string The unique value for the constant
Результат NotificationEvent

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

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 NotificationEvent ( string value ) : System
value string
Результат System

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

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

Constant All for NotificationEvent
public static NotificationEvent,Amazon.SimpleSystemsManagement All
Результат NotificationEvent

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

Constant Cancelled for NotificationEvent
public static NotificationEvent,Amazon.SimpleSystemsManagement Cancelled
Результат NotificationEvent

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

Constant Failed for NotificationEvent
public static NotificationEvent,Amazon.SimpleSystemsManagement Failed
Результат NotificationEvent

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

Constant InProgress for NotificationEvent
public static NotificationEvent,Amazon.SimpleSystemsManagement InProgress
Результат NotificationEvent

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

Constant Success for NotificationEvent
public static NotificationEvent,Amazon.SimpleSystemsManagement Success
Результат NotificationEvent

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

Constant TimedOut for NotificationEvent
public static NotificationEvent,Amazon.SimpleSystemsManagement TimedOut
Результат NotificationEvent