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

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

Overview

Describes the FPGA accelerator for the instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The count of FPGA accelerators for the instance type.

Returns:

  • (Integer)


33697
33698
33699
33700
33701
33702
33703
33704
# File 'lib/aws-sdk-ec2/types.rb', line 33697

class FpgaDeviceInfo < Struct.new(
  :name,
  :manufacturer,
  :count,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#manufacturerString

The manufacturer of the FPGA accelerator.

Returns:

  • (String)


33697
33698
33699
33700
33701
33702
33703
33704
# File 'lib/aws-sdk-ec2/types.rb', line 33697

class FpgaDeviceInfo < Struct.new(
  :name,
  :manufacturer,
  :count,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#memory_infoTypes::FpgaDeviceMemoryInfo

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



33697
33698
33699
33700
33701
33702
33703
33704
# File 'lib/aws-sdk-ec2/types.rb', line 33697

class FpgaDeviceInfo < Struct.new(
  :name,
  :manufacturer,
  :count,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the FPGA accelerator.

Returns:

  • (String)


33697
33698
33699
33700
33701
33702
33703
33704
# File 'lib/aws-sdk-ec2/types.rb', line 33697

class FpgaDeviceInfo < Struct.new(
  :name,
  :manufacturer,
  :count,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end