C# Class Amazon.APIGateway.DocumentationPartType

Constants used for properties of type DocumentationPartType.
Inheritance: ConstantClass
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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.

Method Details

DocumentationPartType() public method

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
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : DocumentationPartType
value string The unique value for the constant
return DocumentationPartType

Property Details

API public_oe static_oe property

Constant API for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway API
return DocumentationPartType

AUTHORIZER public_oe static_oe property

Constant AUTHORIZER for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway AUTHORIZER
return DocumentationPartType

METHOD public_oe static_oe property

Constant METHOD for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway METHOD
return DocumentationPartType

MODEL public_oe static_oe property

Constant MODEL for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway MODEL
return DocumentationPartType

PATH_PARAMETER public_oe static_oe property

Constant PATH_PARAMETER for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway PATH_PARAMETER
return DocumentationPartType

QUERY_PARAMETER public_oe static_oe property

Constant QUERY_PARAMETER for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway QUERY_PARAMETER
return DocumentationPartType

REQUEST_BODY public_oe static_oe property

Constant REQUEST_BODY for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway REQUEST_BODY
return DocumentationPartType

REQUEST_HEADER public_oe static_oe property

Constant REQUEST_HEADER for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway REQUEST_HEADER
return DocumentationPartType

RESOURCE public_oe static_oe property

Constant RESOURCE for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway RESOURCE
return DocumentationPartType

RESPONSE public_oe static_oe property

Constant RESPONSE for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway RESPONSE
return DocumentationPartType

RESPONSE_BODY public_oe static_oe property

Constant RESPONSE_BODY for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway RESPONSE_BODY
return DocumentationPartType

RESPONSE_HEADER public_oe static_oe property

Constant RESPONSE_HEADER for DocumentationPartType
public static DocumentationPartType,Amazon.APIGateway RESPONSE_HEADER
return DocumentationPartType