Class: Aws::EC2::Types::FpgaDeviceMemoryInfo

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#size_in_mi_bInteger

The size of the memory available to the FPGA accelerator, in MiB.

Returns:

  • (Integer)


33714
33715
33716
33717
33718
# File 'lib/aws-sdk-ec2/types.rb', line 33714

class FpgaDeviceMemoryInfo < Struct.new(
  :size_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end