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

Class: Aws::Lambda::Types::AccountUsage

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

Overview

The number of functions and amount of storage in use.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#function_countInteger

The number of Lambda functions.

Returns:

  • (Integer)

    The number of Lambda functions.

#total_code_sizeInteger

The amount of storage space, in bytes, that\'s being used by deployment packages and layer archives.

Returns:

  • (Integer)

    The amount of storage space, in bytes, that\'s being used by deployment packages and layer archives.