Class: Aws::Lambda::Types::GetAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetAccountSettingsResponse
- Defined in:
- gems/aws-sdk-lambda/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.
2608 2609 2610 2611 2612 2613 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2608 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.
2608 2609 2610 2611 2612 2613 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2608 class GetAccountSettingsResponse < Struct.new( :account_limit, :account_usage) SENSITIVE = [] include Aws::Structure end |