Class: Aws::Types::FpgaInfo
- Inherits:
-
Object
- Object
- Aws::Types::FpgaInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fpgas ⇒ ::Array[Types::FpgaDeviceInfo]
Returns the value of attribute fpgas.
-
#total_fpga_memory_in_mi_b ⇒ ::Integer
Returns the value of attribute total_fpga_memory_in_mi_b.
Instance Attribute Details
#fpgas ⇒ ::Array[Types::FpgaDeviceInfo]
Returns the value of attribute fpgas.
9957 9958 9959 |
# File 'sig/types.rbs', line 9957 def fpgas @fpgas end |
#total_fpga_memory_in_mi_b ⇒ ::Integer
Returns the value of attribute total_fpga_memory_in_mi_b.
9958 9959 9960 |
# File 'sig/types.rbs', line 9958 def total_fpga_memory_in_mi_b @total_fpga_memory_in_mi_b end |