Class: Aws::Types::CreateNotebookInstanceLifecycleConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotebookInstanceLifecycleConfigInput
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#notebook_instance_lifecycle_config_name ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_name.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def notebook_instance_lifecycle_config_name @notebook_instance_lifecycle_config_name end |
#on_create ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_create.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def on_create @on_create end |
#on_start ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_start.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def on_start @on_start end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def @tags end |