C# Класс Amazon.AWSHealth.EventTypeCategory

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

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

Свойство Тип Описание
AccountNotification EventTypeCategory
Issue EventTypeCategory
ScheduledChange EventTypeCategory

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

Метод Описание
EventTypeCategory ( 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 ) : EventTypeCategory

Finds the constant for the unique value.

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

EventTypeCategory() публичный метод

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

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

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

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

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

Constant AccountNotification for EventTypeCategory
public static EventTypeCategory,Amazon.AWSHealth AccountNotification
Результат EventTypeCategory

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

Constant Issue for EventTypeCategory
public static EventTypeCategory,Amazon.AWSHealth Issue
Результат EventTypeCategory

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

Constant ScheduledChange for EventTypeCategory
public static EventTypeCategory,Amazon.AWSHealth ScheduledChange
Результат EventTypeCategory