Skip to content

Get account settings

async_boto.validation.lambda_.get_account_settings

GetAccountSettingsRequest

Bases: BaseModel

Request model for retrieving account settings.

GetAccountSettingsResponse

Bases: BaseModel

Response model for retrieving account settings.

ATTRIBUTE DESCRIPTION
AccountLimit

Limits that are related to concurrency and code storage.

TYPE: AccountLimit

AccountUsage

The number of functions and amount of storage in use.

TYPE: AccountUsage

AccountLimit instance-attribute

AccountLimit

AccountUsage instance-attribute

AccountUsage