Class: Aws::EC2::Types::GpuDeviceMemoryInfo

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

Overview

Describes the memory available to the GPU accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#size_in_mi_bInteger

The size of the memory available to the GPU accelerator, in MiB.

Returns:

  • (Integer)


36501
36502
36503
36504
36505
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36501

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