Class: Aws::EC2::Types::FpgaDeviceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FpgaDeviceInfo
- Includes:
- Structure
- Defined in:
- 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.
36273 36274 36275 36276 36277 36278 36279 36280 |
# File 'lib/aws-sdk-ec2/types.rb', line 36273 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#manufacturer ⇒ String
The manufacturer of the FPGA accelerator.
36273 36274 36275 36276 36277 36278 36279 36280 |
# File 'lib/aws-sdk-ec2/types.rb', line 36273 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.
36273 36274 36275 36276 36277 36278 36279 36280 |
# File 'lib/aws-sdk-ec2/types.rb', line 36273 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the FPGA accelerator.
36273 36274 36275 36276 36277 36278 36279 36280 |
# File 'lib/aws-sdk-ec2/types.rb', line 36273 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |