Class: Aws::Types::UpdateNotebookInstanceLifecycleConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotebookInstanceLifecycleConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#notebook_instance_lifecycle_config_name ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_name.
-
#on_create ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_create.
-
#on_start ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_start.
Instance Attribute Details
#notebook_instance_lifecycle_config_name ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_name.
12339 12340 12341 |
# File 'sig/types.rbs', line 12339 def notebook_instance_lifecycle_config_name @notebook_instance_lifecycle_config_name end |
#on_create ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_create.
12340 12341 12342 |
# File 'sig/types.rbs', line 12340 def on_create @on_create end |
#on_start ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_start.
12341 12342 12343 |
# File 'sig/types.rbs', line 12341 def on_start @on_start end |