Class: Aws::Types::DescribeNotebookInstanceLifecycleConfigOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNotebookInstanceLifecycleConfigOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#notebook_instance_lifecycle_config_arn ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_arn.
-
#notebook_instance_lifecycle_config_name ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_name.
-
#on_create ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_create.
-
#on_start ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_start.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4902 4903 4904 |
# File 'sig/types.rbs', line 4902 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4901 4902 4903 |
# File 'sig/types.rbs', line 4901 def last_modified_time @last_modified_time end |
#notebook_instance_lifecycle_config_arn ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_arn.
4897 4898 4899 |
# File 'sig/types.rbs', line 4897 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.
4898 4899 4900 |
# File 'sig/types.rbs', line 4898 def notebook_instance_lifecycle_config_name @notebook_instance_lifecycle_config_name end |
#on_create ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_create.
4899 4900 4901 |
# File 'sig/types.rbs', line 4899 def on_create @on_create end |
#on_start ⇒ ::Array[Types::NotebookInstanceLifecycleHook]
Returns the value of attribute on_start.
4900 4901 4902 |
# File 'sig/types.rbs', line 4900 def on_start @on_start end |