You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::DescribeNotebookInstanceLifecycleConfigOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp that tells when the lifecycle configuration was created.

Returns:

  • (Time)

    A timestamp that tells when the lifecycle configuration was created.

#last_modified_timeTime

A timestamp that tells when the lifecycle configuration was last modified.

Returns:

  • (Time)

    A timestamp that tells when the lifecycle configuration was last modified.

#notebook_instance_lifecycle_config_arnString

The Amazon Resource Name (ARN) of the lifecycle configuration.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the lifecycle configuration.

#notebook_instance_lifecycle_config_nameString

The name of the lifecycle configuration.

Returns:

  • (String)

    The name of the lifecycle configuration.

#on_createArray<Types::NotebookInstanceLifecycleHook>

The shell script that runs only once, when you create a notebook instance.

Returns:

#on_startArray<Types::NotebookInstanceLifecycleHook>

The shell script that runs every time you start a notebook instance, including when you create the notebook instance.

Returns: