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.
12347 12348 12349 |
# File 'sig/types.rbs', line 12347 def notebook_instance_lifecycle_config_name @notebook_instance_lifecycle_config_name end |
#on_create ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_create.
12348 12349 12350 |
# File 'sig/types.rbs', line 12348 def on_create @on_create end |
#on_start ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_start.
12349 12350 12351 |
# File 'sig/types.rbs', line 12349 def on_start @on_start end |