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)


12339
12340
12341
# File 'sig/types.rbs', line 12339

def notebook_instance_lifecycle_config_name
  @notebook_instance_lifecycle_config_name
end

#on_create::Array[Types::NotebookInstanceLifecycleHook]

Returns the value of attribute on_create.



12340
12341
12342
# File 'sig/types.rbs', line 12340

def on_create
  @on_create
end

#on_start::Array[Types::NotebookInstanceLifecycleHook]

Returns the value of attribute on_start.



12341
12342
12343
# File 'sig/types.rbs', line 12341

def on_start
  @on_start
end