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

Class: Aws::EC2::Types::FpgaDeviceInfo

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

Overview

Describes the FPGA accelerator for the instance type.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The count of FPGA accelerators for the instance type.

Returns:

  • (Integer)

    The count of FPGA accelerators for the instance type.

#manufacturerString

The manufacturer of the FPGA accelerator.

Returns:

  • (String)

    The manufacturer of the FPGA accelerator.

#memory_infoTypes::FpgaDeviceMemoryInfo

Describes the memory for the FPGA accelerator for the instance type.

Returns:

#nameString

The name of the FPGA accelerator.

Returns:

  • (String)

    The name of the FPGA accelerator.