Class: Aws::Types::PlatformDevice
- Inherits:
-
Object
- Object
- Aws::Types::PlatformDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "GPU", "NEURON_DEVICE"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def id @id end |
#type ⇒ "GPU", "NEURON_DEVICE"
Returns the value of attribute type.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def type @type end |