Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ListUsageLimitsCommandOutputProtected

The output of ListUsageLimitsCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

nextToken?: string

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

usageLimits?: UsageLimit[]

An array of returned usage limit objects.