Class: Aws::Types::DescribeStudioLifecycleConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStudioLifecycleConfigResponse
- 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_content ⇒ ::String
Returns the value of attribute studio_lifecycle_config_content.
-
#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.
5154 5155 5156 |
# File 'sig/types.rbs', line 5154 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5155 5156 5157 |
# File 'sig/types.rbs', line 5155 def last_modified_time @last_modified_time end |
#studio_lifecycle_config_app_type ⇒ "JupyterServer", ...
Returns the value of attribute studio_lifecycle_config_app_type.
5157 5158 5159 |
# File 'sig/types.rbs', line 5157 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.
5152 5153 5154 |
# File 'sig/types.rbs', line 5152 def studio_lifecycle_config_arn @studio_lifecycle_config_arn end |
#studio_lifecycle_config_content ⇒ ::String
Returns the value of attribute studio_lifecycle_config_content.
5156 5157 5158 |
# File 'sig/types.rbs', line 5156 def studio_lifecycle_config_content @studio_lifecycle_config_content end |
#studio_lifecycle_config_name ⇒ ::String
Returns the value of attribute studio_lifecycle_config_name.
5153 5154 5155 |
# File 'sig/types.rbs', line 5153 def studio_lifecycle_config_name @studio_lifecycle_config_name end |