Class: Aws::SageMaker::Types::DescribeAppImageConfigResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeAppImageConfigResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_image_config_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the AppImageConfig.
 - 
  
    
      #app_image_config_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the AppImageConfig.
 - 
  
    
      #code_editor_app_image_config  ⇒ Types::CodeEditorAppImageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration of the Code Editor app.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the AppImageConfig was created.
 - 
  
    
      #jupyter_lab_app_image_config  ⇒ Types::JupyterLabAppImageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration of the JupyterLab app.
 - 
  
    
      #kernel_gateway_image_config  ⇒ Types::KernelGatewayImageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration of a KernelGateway app.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the AppImageConfig was last modified.
 
Instance Attribute Details
#app_image_config_arn ⇒ String
The ARN of the AppImageConfig.
      13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13119 class DescribeAppImageConfigResponse < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#app_image_config_name ⇒ String
The name of the AppImageConfig.
      13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13119 class DescribeAppImageConfigResponse < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#code_editor_app_image_config ⇒ Types::CodeEditorAppImageConfig
The configuration of the Code Editor app.
      13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13119 class DescribeAppImageConfigResponse < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
When the AppImageConfig was created.
      13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13119 class DescribeAppImageConfigResponse < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#jupyter_lab_app_image_config ⇒ Types::JupyterLabAppImageConfig
The configuration of the JupyterLab app.
      13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13119 class DescribeAppImageConfigResponse < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#kernel_gateway_image_config ⇒ Types::KernelGatewayImageConfig
The configuration of a KernelGateway app.
      13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13119 class DescribeAppImageConfigResponse < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the AppImageConfig was last modified.
      13119 13120 13121 13122 13123 13124 13125 13126 13127 13128 13129  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13119 class DescribeAppImageConfigResponse < Struct.new( :app_image_config_arn, :app_image_config_name, :creation_time, :last_modified_time, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  |