Class: Aws::Types::EcsInferenceAcceleratorOverride
- Inherits:
-
Object
- Object
- Aws::Types::EcsInferenceAcceleratorOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#device_type ⇒ ::String
Returns the value of attribute device_type.
Instance Attribute Details
#device_name ⇒ ::String
Returns the value of attribute device_name.
189 190 191 |
# File 'sig/types.rbs', line 189 def device_name @device_name end |
#device_type ⇒ ::String
Returns the value of attribute device_type.
190 191 192 |
# File 'sig/types.rbs', line 190 def device_type @device_type end |