Class: Aws::Types::AcceleratorSelection
- Inherits:
-
Object
- Object
- Aws::Types::AcceleratorSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "t4", ...
Returns the value of attribute name.
-
#runtime ⇒ ::String
Returns the value of attribute runtime.
Instance Attribute Details
#name ⇒ "t4", ...
Returns the value of attribute name.
24 25 26 |
# File 'sig/types.rbs', line 24 def name @name end |
#runtime ⇒ ::String
Returns the value of attribute runtime.
25 26 27 |
# File 'sig/types.rbs', line 25 def runtime @runtime end |