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.
6915 6916 6917 |
# File 'sig/types.rbs', line 6915 def display_name @display_name end |
#name ⇒ ::String
Returns the value of attribute name.
6914 6915 6916 |
# File 'sig/types.rbs', line 6914 def name @name end |