Class: Aws::Types::StudioLifecycleConfigDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11211
11212
11213
# File 'sig/types.rbs', line 11211

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


11212
11213
11214
# File 'sig/types.rbs', line 11212

def last_modified_time
  @last_modified_time
end

#studio_lifecycle_config_app_type"JupyterServer", ...

Returns the value of attribute studio_lifecycle_config_app_type.

Returns:

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


11213
11214
11215
# File 'sig/types.rbs', line 11213

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.

Returns:

  • (::String)


11209
11210
11211
# File 'sig/types.rbs', line 11209

def studio_lifecycle_config_arn
  @studio_lifecycle_config_arn
end

#studio_lifecycle_config_name::String

Returns the value of attribute studio_lifecycle_config_name.

Returns:

  • (::String)


11210
11211
11212
# File 'sig/types.rbs', line 11210

def studio_lifecycle_config_name
  @studio_lifecycle_config_name
end