Class: Aws::Types::CreateStudioLifecycleConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStudioLifecycleConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#studio_lifecycle_config_app_type ⇒ "JupyterServer", ...
Returns the value of attribute studio_lifecycle_config_app_type.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#studio_lifecycle_config_app_type ⇒ "JupyterServer", ...
Returns the value of attribute studio_lifecycle_config_app_type.
2870 2871 2872 |
# File 'sig/types.rbs', line 2870 def studio_lifecycle_config_app_type @studio_lifecycle_config_app_type end |
#studio_lifecycle_config_content ⇒ ::String
Returns the value of attribute studio_lifecycle_config_content.
2869 2870 2871 |
# File 'sig/types.rbs', line 2869 def studio_lifecycle_config_content @studio_lifecycle_config_content end |
#studio_lifecycle_config_name ⇒ ::String
Returns the value of attribute studio_lifecycle_config_name.
2868 2869 2870 |
# File 'sig/types.rbs', line 2868 def studio_lifecycle_config_name @studio_lifecycle_config_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2871 2872 2873 |
# File 'sig/types.rbs', line 2871 def end |