Class: Aws::EC2::Types::FpgaDeviceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FpgaDeviceInfo
- 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
-
#count ⇒ Integer
The count of FPGA accelerators for the instance type.
-
#manufacturer ⇒ String
The manufacturer of the FPGA accelerator.
-
#memory_info ⇒ Types::FpgaDeviceMemoryInfo
Describes the memory for the FPGA accelerator for the instance type.
-
#name ⇒ String
The name of the FPGA accelerator.
Instance Attribute Details
#count ⇒ Integer
The count of FPGA accelerators for the instance type.
34770 34771 34772 34773 34774 34775 34776 34777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34770 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#manufacturer ⇒ String
The manufacturer of the FPGA accelerator.
34770 34771 34772 34773 34774 34775 34776 34777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34770 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#memory_info ⇒ Types::FpgaDeviceMemoryInfo
Describes the memory for the FPGA accelerator for the instance type.
34770 34771 34772 34773 34774 34775 34776 34777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34770 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the FPGA accelerator.
34770 34771 34772 34773 34774 34775 34776 34777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34770 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |