Class: Aws::Types::CreateNotebookInstanceLifecycleConfigInput

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.



2676
2677
2678
# File 'sig/types.rbs', line 2676

def notebook_instance_lifecycle_config_name
  @notebook_instance_lifecycle_config_name
end

#on_create::Array[Types::NotebookInstanceLifecycleHook]

Returns the value of attribute on_create.



2677
2678
2679
# File 'sig/types.rbs', line 2677

def on_create
  @on_create
end

#on_start::Array[Types::NotebookInstanceLifecycleHook]

Returns the value of attribute on_start.



2678
2679
2680
# File 'sig/types.rbs', line 2678

def on_start
  @on_start
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



2679
2680
2681
# File 'sig/types.rbs', line 2679

def tags
  @tags
end