Class: Aws::Types::KernelSpec
- Inherits:
-
Object
- Object
- Aws::Types::KernelSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
6930 6931 6932 |
# File 'sig/types.rbs', line 6930 def display_name @display_name end |
#name ⇒ ::String
Returns the value of attribute name.
6929 6930 6931 |
# File 'sig/types.rbs', line 6929 def name @name end |