Class: Aws::ElasticInference::Types::MemoryInfo

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

Overview

The memory information of an Elastic Inference Accelerator type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#size_in_mi_bInteger

The size in mebibytes of the Elastic Inference Accelerator type.

Returns:

  • (Integer)


327
328
329
330
331
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 327

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