Class: Aws::ElasticInference::Types::MemoryInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::MemoryInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticinference/types.rb
Overview
The memory information of an Elastic Inference Accelerator type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size_in_mi_b ⇒ Integer
The size in mebibytes of the Elastic Inference Accelerator type.
Instance Attribute Details
#size_in_mi_b ⇒ Integer
The size in mebibytes of the Elastic Inference Accelerator type.
327 328 329 330 331 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 327 class MemoryInfo < Struct.new( :size_in_mi_b) SENSITIVE = [] include Aws::Structure end |