Class: Aws::Types::DescribeAppImageConfigResponse

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_arn::String

Returns the value of attribute app_image_config_arn.

Returns:

  • (::String)


3823
3824
3825
# File 'sig/types.rbs', line 3823

def app_image_config_arn
  @app_image_config_arn
end

#app_image_config_name::String

Returns the value of attribute app_image_config_name.

Returns:

  • (::String)


3824
3825
3826
# File 'sig/types.rbs', line 3824

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.



3829
3830
3831
# File 'sig/types.rbs', line 3829

def code_editor_app_image_config
  @code_editor_app_image_config
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3825
3826
3827
# File 'sig/types.rbs', line 3825

def creation_time
  @creation_time
end

#jupyter_lab_app_image_configTypes::JupyterLabAppImageConfig

Returns the value of attribute jupyter_lab_app_image_config.



3828
3829
3830
# File 'sig/types.rbs', line 3828

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.



3827
3828
3829
# File 'sig/types.rbs', line 3827

def kernel_gateway_image_config
  @kernel_gateway_image_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3826
3827
3828
# File 'sig/types.rbs', line 3826

def last_modified_time
  @last_modified_time
end