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.
6977 6978 6979 |
# File 'sig/types.rbs', line 6977 def display_name @display_name end |
#name ⇒ ::String
Returns the value of attribute name.
6976 6977 6978 |
# File 'sig/types.rbs', line 6976 def name @name end |