Class: Aws::Types::CreateAppImageConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_image_config_name::String

Returns the value of attribute app_image_config_name.

Returns:

  • (::String)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def app_image_config_name
  @app_image_config_name
end

#code_editor_app_image_configTypes::CodeEditorAppImageConfig

Returns the value of attribute code_editor_app_image_config.



1901
1902
1903
# File 'sig/types.rbs', line 1901

def code_editor_app_image_config
  @code_editor_app_image_config
end

#jupyter_lab_app_image_configTypes::JupyterLabAppImageConfig

Returns the value of attribute jupyter_lab_app_image_config.



1900
1901
1902
# File 'sig/types.rbs', line 1900

def jupyter_lab_app_image_config
  @jupyter_lab_app_image_config
end

#kernel_gateway_image_configTypes::KernelGatewayImageConfig

Returns the value of attribute kernel_gateway_image_config.



1899
1900
1901
# File 'sig/types.rbs', line 1899

def kernel_gateway_image_config
  @kernel_gateway_image_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1898
1899
1900
# File 'sig/types.rbs', line 1898

def tags
  @tags
end