class Aws::APIGateway::Types::Usage
Represents the usage data of a usage plan.
<div class=“remarks”></div>
<div class=“seeAlso” markdown=“1”>
- Create and Use
Usage
Plans], [ManageUsage
in aUsage
Plan][2 -
</div>
[1]: docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html [2]: docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-create-usage-plans-with-console.html#api-gateway-usage-plan-manage-usage
@!attribute [rw] usage_plan_id
The plan Id associated with this usage data. @return [String]
@!attribute [rw] start_date
The starting date of the usage data. @return [String]
@!attribute [rw] end_date
The ending date of the usage data. @return [String]
@!attribute [rw] position
@return [String]
@!attribute [rw] 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]`. @return [Hash<String,Array<Array<Integer>>>]
Constants
- SENSITIVE