You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::GpuDeviceInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the GPU accelerators for the instance type.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of GPUs for the instance type.

Returns:

  • (Integer)

    The number of GPUs for the instance type.

#manufacturerString

The manufacturer of the GPU accelerator.

Returns:

  • (String)

    The manufacturer of the GPU accelerator.

#memory_infoTypes::GpuDeviceMemoryInfo

Describes the memory available to the GPU accelerator.

Returns:

#nameString

The name of the GPU accelerator.

Returns:

  • (String)

    The name of the GPU accelerator.