Class: Aws::Types::FpgaDeviceInfo
- Inherits:
-
Object
- Object
- Aws::Types::FpgaDeviceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
-
#memory_info ⇒ Types::FpgaDeviceMemoryInfo
Returns the value of attribute memory_info.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
9905 9906 9907 |
# File 'sig/types.rbs', line 9905 def count @count end |
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
9904 9905 9906 |
# File 'sig/types.rbs', line 9904 def manufacturer @manufacturer end |
#memory_info ⇒ Types::FpgaDeviceMemoryInfo
Returns the value of attribute memory_info.
9906 9907 9908 |
# File 'sig/types.rbs', line 9906 def memory_info @memory_info end |
#name ⇒ ::String
Returns the value of attribute name.
9903 9904 9905 |
# File 'sig/types.rbs', line 9903 def name @name end |