Class: Aws::Lambda::Types::GetAccountSettingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_limitTypes::AccountLimit

Limits that are related to concurrency and code storage.

Returns:



2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2536

class GetAccountSettingsResponse < Struct.new(
  :account_limit,
  :account_usage)
  SENSITIVE = []
  include Aws::Structure
end

#account_usageTypes::AccountUsage

The number of functions and amount of storage in use.

Returns:



2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2536

class GetAccountSettingsResponse < Struct.new(
  :account_limit,
  :account_usage)
  SENSITIVE = []
  include Aws::Structure
end