Class: Aws::Types::CreateStudioLifecycleConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#studio_lifecycle_config_app_type"JupyterServer", ...

Returns the value of attribute studio_lifecycle_config_app_type.

Returns:

  • ("JupyterServer", "KernelGateway", "CodeEditor", "JupyterLab")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2854
2855
2856
# File 'sig/types.rbs', line 2854

def tags
  @tags
end