Class: Aws::Types::StudioLifecycleConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::StudioLifecycleConfigDetails
- 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.
-
#studio_lifecycle_config_app_type ⇒ "JupyterServer", ...
Returns the value of attribute studio_lifecycle_config_app_type.
-
#studio_lifecycle_config_arn ⇒ ::String
Returns the value of attribute studio_lifecycle_config_arn.
-
#studio_lifecycle_config_name ⇒ ::String
Returns the value of attribute studio_lifecycle_config_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11295 11296 11297 |
# File 'sig/types.rbs', line 11295 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11296 11297 11298 |
# File 'sig/types.rbs', line 11296 def last_modified_time @last_modified_time end |
#studio_lifecycle_config_app_type ⇒ "JupyterServer", ...
Returns the value of attribute studio_lifecycle_config_app_type.
11297 11298 11299 |
# File 'sig/types.rbs', line 11297 def studio_lifecycle_config_app_type @studio_lifecycle_config_app_type end |
#studio_lifecycle_config_arn ⇒ ::String
Returns the value of attribute studio_lifecycle_config_arn.
11293 11294 11295 |
# File 'sig/types.rbs', line 11293 def studio_lifecycle_config_arn @studio_lifecycle_config_arn end |
#studio_lifecycle_config_name ⇒ ::String
Returns the value of attribute studio_lifecycle_config_name.
11294 11295 11296 |
# File 'sig/types.rbs', line 11294 def studio_lifecycle_config_name @studio_lifecycle_config_name end |