You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lambda::Types::AccountLimit

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Limits that are related to concurrency and storage. All file and storage sizes are in bytes.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#code_size_unzippedInteger

The maximum size of a function\'s deployment package and layers when they\'re extracted.

Returns:

  • (Integer)

    The maximum size of a function\'s deployment package and layers when they\'re extracted.

#code_size_zippedInteger

The maximum size of a deployment package when it\'s uploaded directly to AWS Lambda. Use Amazon S3 for larger files.

Returns:

  • (Integer)

    The maximum size of a deployment package when it\'s uploaded directly to AWS Lambda.

#concurrent_executionsInteger

The maximum number of simultaneous function executions.

Returns:

  • (Integer)

    The maximum number of simultaneous function executions.

#total_code_sizeInteger

The amount of storage space that you can use for all deployment packages and layer archives.

Returns:

  • (Integer)

    The amount of storage space that you can use for all deployment packages and layer archives.

#unreserved_concurrent_executionsInteger

The maximum number of simultaneous function executions, minus the capacity that\'s reserved for individual functions with PutFunctionConcurrency.

Returns:

  • (Integer)

    The maximum number of simultaneous function executions, minus the capacity that\'s reserved for individual functions with PutFunctionConcurrency.