C# Class Amazon.APIGateway.Model.CreateUsagePlanResponse

Represents a usage plan than can specify who can assess associated API stages with specified request limits and quotas.

In a usage plan, you associate an API by specifying the API's Id and a stage name of the specified API. You add plan customers by adding API keys to the plan.

Inheritance: Amazon.Runtime.AmazonWebServiceResponse
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetApiStages ( ) : bool
IsSetDescription ( ) : bool
IsSetId ( ) : bool
IsSetName ( ) : bool
IsSetProductCode ( ) : bool
IsSetQuota ( ) : bool
IsSetThrottle ( ) : bool