Class: Aws::Types::UpdateNotebookInstanceLifecycleConfigInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_instance_lifecycle_config_name::String

Returns the value of attribute notebook_instance_lifecycle_config_name.



12423
12424
12425
# File 'sig/types.rbs', line 12423

def notebook_instance_lifecycle_config_name
  @notebook_instance_lifecycle_config_name
end

#on_create::Array[Types::NotebookInstanceLifecycleHook]

Returns the value of attribute on_create.



12424
12425
12426
# File 'sig/types.rbs', line 12424

def on_create
  @on_create
end

#on_start::Array[Types::NotebookInstanceLifecycleHook]

Returns the value of attribute on_start.



12425
12426
12427
# File 'sig/types.rbs', line 12425

def on_start
  @on_start
end