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)


33614
33615
33616
33617
33618
33619
33620
33621
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33614

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

#manufacturerString

The manufacturer of the FPGA accelerator.

Returns:

  • (String)


33614
33615
33616
33617
33618
33619
33620
33621
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33614

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.



33614
33615
33616
33617
33618
33619
33620
33621
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33614

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

#nameString

The name of the FPGA accelerator.

Returns:

  • (String)


33614
33615
33616
33617
33618
33619
33620
33621
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33614

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