C# Класс Amazon.APIGateway.DocumentationPartType

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

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

Свойство Тип Описание
API DocumentationPartType
AUTHORIZER DocumentationPartType
METHOD DocumentationPartType
MODEL DocumentationPartType
PATH_PARAMETER DocumentationPartType
QUERY_PARAMETER DocumentationPartType
REQUEST_BODY DocumentationPartType
REQUEST_HEADER DocumentationPartType
RESOURCE DocumentationPartType
RESPONSE DocumentationPartType
RESPONSE_BODY DocumentationPartType
RESPONSE_HEADER DocumentationPartType

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant API for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway API
Результат DocumentationPartType

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

Constant AUTHORIZER for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway AUTHORIZER
Результат DocumentationPartType

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

Constant METHOD for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway METHOD
Результат DocumentationPartType

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

Constant MODEL for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway MODEL
Результат DocumentationPartType

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

Constant PATH_PARAMETER for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway PATH_PARAMETER
Результат DocumentationPartType

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

Constant QUERY_PARAMETER for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway QUERY_PARAMETER
Результат DocumentationPartType

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

Constant REQUEST_BODY for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway REQUEST_BODY
Результат DocumentationPartType

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

Constant REQUEST_HEADER for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway REQUEST_HEADER
Результат DocumentationPartType

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

Constant RESOURCE for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway RESOURCE
Результат DocumentationPartType

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

Constant RESPONSE for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway RESPONSE
Результат DocumentationPartType

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

Constant RESPONSE_BODY for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway RESPONSE_BODY
Результат DocumentationPartType

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

Constant RESPONSE_HEADER for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway RESPONSE_HEADER
Результат DocumentationPartType