AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents the usage data of a usage plan.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.APIGateway.Model.UpdateUsageResponse

Namespace: Amazon.APIGateway.Model
Assembly: AWSSDK.APIGateway.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateUsageResponse : AmazonWebServiceResponse

The UpdateUsageResponse type exposes the following members

Constructors

NameDescription
Public Method UpdateUsageResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property EndDate System.String

Gets and sets the property EndDate.

The ending date of the usage data.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Items System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.Collections.Generic.List<System.Int64>>>

Gets and sets the property Items.

The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API keys in a usage plan. For example, {..., "values" : { "{api_key}" : [ [0, 100], [10, 90], [100, 10]]}, where {api_key} stands for an API key value and the daily log entry is of the format [used quota, remaining quota].

Public Property Position System.String

Gets and sets the property Position.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property StartDate System.String

Gets and sets the property StartDate.

The starting date of the usage data.

Public Property UsagePlanId System.String

Gets and sets the property UsagePlanId.

The plan Id associated with this usage data.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5