Class: Aws::Types::NotebookInstanceLifecycleConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::NotebookInstanceLifecycleConfigSummary
- 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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9492 9493 9494 |
# File 'sig/types.rbs', line 9492 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9493 9494 9495 |
# File 'sig/types.rbs', line 9493 def last_modified_time @last_modified_time end |
#notebook_instance_lifecycle_config_arn ⇒ ::String
Returns the value of attribute notebook_instance_lifecycle_config_arn.
9491 9492 9493 |
# File 'sig/types.rbs', line 9491 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.
9490 9491 9492 |
# File 'sig/types.rbs', line 9490 def notebook_instance_lifecycle_config_name @notebook_instance_lifecycle_config_name end |