Class: Aws::EC2::Types::MemoryInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MemoryInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the memory for the instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size_in_mi_b ⇒ Integer
The size of the memory, in MiB.
Instance Attribute Details
#size_in_mi_b ⇒ Integer
The size of the memory, in MiB.
50078 50079 50080 50081 50082 |
# File 'lib/aws-sdk-ec2/types.rb', line 50078 class MemoryInfo < Struct.new( :size_in_mi_b) SENSITIVE = [] include Aws::Structure end |