C# 클래스 Amazon.APIGateway.DocumentationPartType

Constants used for properties of type DocumentationPartType.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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