Class: Aws::EC2::Types::FpgaInfo

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

Overview

Describes the FPGAs for the instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fpgasArray<Types::FpgaDeviceInfo>

Describes the FPGAs for the instance type.

Returns:



33789
33790
33791
33792
33793
33794
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33789

class FpgaInfo < Struct.new(
  :fpgas,
  :total_fpga_memory_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end

#total_fpga_memory_in_mi_bInteger

The total memory of all FPGA accelerators for the instance type.

Returns:

  • (Integer)


33789
33790
33791
33792
33793
33794
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33789

class FpgaInfo < Struct.new(
  :fpgas,
  :total_fpga_memory_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end