Class: Aws::LambdaMicrovms::Types::Resources
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::Resources
- Defined in:
- gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb
Overview
Resource requirements for a MicroVM.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#minimum_memory_in_mi_b ⇒ Integer
The minimum amount of memory in MiB to allocate to the MicroVM.
Instance Attribute Details
#minimum_memory_in_mi_b ⇒ Integer
The minimum amount of memory in MiB to allocate to the MicroVM.
1725 1726 1727 1728 1729 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb', line 1725 class Resources < Struct.new( :minimum_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end |