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.
2853 2854 2855 |
# File 'sig/types.rbs', line 2853 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.
2852 2853 2854 |
# File 'sig/types.rbs', line 2852 def studio_lifecycle_config_content @studio_lifecycle_config_content end |
#studio_lifecycle_config_name ⇒ ::String
Returns the value of attribute studio_lifecycle_config_name.
2851 2852 2853 |
# File 'sig/types.rbs', line 2851 def studio_lifecycle_config_name @studio_lifecycle_config_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2854 2855 2856 |
# File 'sig/types.rbs', line 2854 def @tags end |