Class: Aws::Types::DescribeNotebookInstanceLifecycleConfigOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.



4920
4921
4922
# File 'sig/types.rbs', line 4920

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



4919
4920
4921
# File 'sig/types.rbs', line 4919

def last_modified_time
  @last_modified_time
end

#notebook_instance_lifecycle_config_arn::String

Returns the value of attribute notebook_instance_lifecycle_config_arn.



4915
4916
4917
# File 'sig/types.rbs', line 4915

def notebook_instance_lifecycle_config_arn
  @notebook_instance_lifecycle_config_arn
end

#notebook_instance_lifecycle_config_name::String

Returns the value of attribute notebook_instance_lifecycle_config_name.



4916
4917
4918
# File 'sig/types.rbs', line 4916

def notebook_instance_lifecycle_config_name
  @notebook_instance_lifecycle_config_name
end

#on_create::Array[Types::NotebookInstanceLifecycleHook]

Returns the value of attribute on_create.



4917
4918
4919
# File 'sig/types.rbs', line 4917

def on_create
  @on_create
end

#on_start::Array[Types::NotebookInstanceLifecycleHook]

Returns the value of attribute on_start.



4918
4919
4920
# File 'sig/types.rbs', line 4918

def on_start
  @on_start
end