- Navigation Guide
@aws-sdk/client-route-53
GetAccountLimitCommandOutput Interface
The output of GetAccountLimitCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Count Required | number | undefined | The current number of entities that you have created of the specified type. For example, if you specified |
Limit Required | AccountLimit | undefined | The current setting for the specified limit. For example, if you specified |
Full Signature
export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, MetadataBearer