Class: Aws::Types::UpdateNotebookInstanceLifecycleConfigInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_instance_lifecycle_config_name::String

Returns the value of attribute notebook_instance_lifecycle_config_name.

Returns:

  • (::String)


12362
12363
12364
# File 'sig/types.rbs', line 12362

def notebook_instance_lifecycle_config_name
  @notebook_instance_lifecycle_config_name
end

#on_create::Array[Types::NotebookInstanceLifecycleHook]

Returns the value of attribute on_create.



12363
12364
12365
# File 'sig/types.rbs', line 12363

def on_create
  @on_create
end

#on_start::Array[Types::NotebookInstanceLifecycleHook]

Returns the value of attribute on_start.



12364
12365
12366
# File 'sig/types.rbs', line 12364

def on_start
  @on_start
end