Class: Aws::EC2::Types::MemoryInfo

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

Overview

Describes the memory for the instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#size_in_mi_bInteger

The size of the memory, in MiB.

Returns:

  • (Integer)


46726
46727
46728
46729
46730
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46726

class MemoryInfo < Struct.new(
  :size_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end