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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


33691
33692
33693
33694
33695
33696
33697
33698
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33691

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

#manufacturerString

The manufacturer of the FPGA accelerator.

Returns:

  • (String)


33691
33692
33693
33694
33695
33696
33697
33698
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33691

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.



33691
33692
33693
33694
33695
33696
33697
33698
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33691

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

#nameString

The name of the FPGA accelerator.

Returns:

  • (String)


33691
33692
33693
33694
33695
33696
33697
33698
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33691

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