Class: Aws::EC2::Types::GpuDeviceMemoryInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GpuDeviceMemoryInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the memory available to the GPU accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size_in_mi_b ⇒ Integer
The size of the memory available to the GPU accelerator, in MiB.
Instance Attribute Details
#size_in_mi_b ⇒ Integer
The size of the memory available to the GPU accelerator, in MiB.
37168 37169 37170 37171 37172 |
# File 'lib/aws-sdk-ec2/types.rb', line 37168 class GpuDeviceMemoryInfo < Struct.new( :size_in_mi_b) SENSITIVE = [] include Aws::Structure end |