Class: Aws::Lambda::Types::GetAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetAccountSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_limit ⇒ Types::AccountLimit
Limits that are related to concurrency and code storage.
-
#account_usage ⇒ Types::AccountUsage
The number of functions and amount of storage in use.
Instance Attribute Details
#account_limit ⇒ Types::AccountLimit
Limits that are related to concurrency and code storage.
2684 2685 2686 2687 2688 2689 |
# File 'lib/aws-sdk-lambda/types.rb', line 2684 class GetAccountSettingsResponse < Struct.new( :account_limit, :account_usage) SENSITIVE = [] include Aws::Structure end |
#account_usage ⇒ Types::AccountUsage
The number of functions and amount of storage in use.
2684 2685 2686 2687 2688 2689 |
# File 'lib/aws-sdk-lambda/types.rb', line 2684 class GetAccountSettingsResponse < Struct.new( :account_limit, :account_usage) SENSITIVE = [] include Aws::Structure end |