NAME
Paws::SageMaker::DescribeNotebookInstanceLifecycleConfigOutput
ATTRIBUTES
CreationTime => Str
A timestamp that tells when the lifecycle configuration was created.
LastModifiedTime => Str
A timestamp that tells when the lifecycle configuration was last modified.
NotebookInstanceLifecycleConfigArn => Str
The Amazon Resource Name (ARN) of the lifecycle configuration.
NotebookInstanceLifecycleConfigName => Str
The name of the lifecycle configuration.
OnCreate => ArrayRef[Paws::SageMaker::NotebookInstanceLifecycleHook]
The shell script that runs only once, when you create a notebook instance.
OnStart => ArrayRef[Paws::SageMaker::NotebookInstanceLifecycleHook]
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.