Class: Aws::SageMaker::Types::DescribeNotebookInstanceLifecycleConfigOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeNotebookInstanceLifecycleConfigOutput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that tells when the lifecycle configuration was created.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that tells when the lifecycle configuration was last modified.
 - 
  
    
      #notebook_instance_lifecycle_config_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the lifecycle configuration.
 - 
  
    
      #notebook_instance_lifecycle_config_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the lifecycle configuration.
 - 
  
    
      #on_create  ⇒ Array<Types::NotebookInstanceLifecycleHook> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The shell script that runs only once, when you create a notebook instance.
 - 
  
    
      #on_start  ⇒ Array<Types::NotebookInstanceLifecycleHook> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
 
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that tells when the lifecycle configuration was created.
      17557 17558 17559 17560 17561 17562 17563 17564 17565 17566  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17557 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
A timestamp that tells when the lifecycle configuration was last modified.
      17557 17558 17559 17560 17561 17562 17563 17564 17565 17566  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17557 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#notebook_instance_lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the lifecycle configuration.
      17557 17558 17559 17560 17561 17562 17563 17564 17565 17566  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17557 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#notebook_instance_lifecycle_config_name ⇒ String
The name of the lifecycle configuration.
      17557 17558 17559 17560 17561 17562 17563 17564 17565 17566  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17557 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#on_create ⇒ Array<Types::NotebookInstanceLifecycleHook>
The shell script that runs only once, when you create a notebook instance.
      17557 17558 17559 17560 17561 17562 17563 17564 17565 17566  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17557 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#on_start ⇒ Array<Types::NotebookInstanceLifecycleHook>
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
      17557 17558 17559 17560 17561 17562 17563 17564 17565 17566  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17557 class DescribeNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn, :notebook_instance_lifecycle_config_name, :on_create, :on_start, :last_modified_time, :creation_time) SENSITIVE = [] include Aws::Structure end  |