Class: Aws::SageMaker::Types::DescribeStudioLifecycleConfigResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeStudioLifecycleConfigResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.
 - 
  
    
      #studio_lifecycle_config_app_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The App type that the Lifecycle Configuration is attached to.
 - 
  
    
      #studio_lifecycle_config_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the Lifecycle Configuration to describe.
 - 
  
    
      #studio_lifecycle_config_content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The content of your Amazon SageMaker AI Studio Lifecycle Configuration script.
 - 
  
    
      #studio_lifecycle_config_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Amazon SageMaker AI Studio Lifecycle Configuration that is described.
 
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.
      18533 18534 18535 18536 18537 18538 18539 18540 18541 18542  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18533 class DescribeStudioLifecycleConfigResponse < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.
      18533 18534 18535 18536 18537 18538 18539 18540 18541 18542  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18533 class DescribeStudioLifecycleConfigResponse < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end  | 
  
#studio_lifecycle_config_app_type ⇒ String
The App type that the Lifecycle Configuration is attached to.
      18533 18534 18535 18536 18537 18538 18539 18540 18541 18542  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18533 class DescribeStudioLifecycleConfigResponse < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end  | 
  
#studio_lifecycle_config_arn ⇒ String
The ARN of the Lifecycle Configuration to describe.
      18533 18534 18535 18536 18537 18538 18539 18540 18541 18542  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18533 class DescribeStudioLifecycleConfigResponse < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end  | 
  
#studio_lifecycle_config_content ⇒ String
The content of your Amazon SageMaker AI Studio Lifecycle Configuration script.
      18533 18534 18535 18536 18537 18538 18539 18540 18541 18542  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18533 class DescribeStudioLifecycleConfigResponse < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end  | 
  
#studio_lifecycle_config_name ⇒ String
The name of the Amazon SageMaker AI Studio Lifecycle Configuration that is described.
      18533 18534 18535 18536 18537 18538 18539 18540 18541 18542  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18533 class DescribeStudioLifecycleConfigResponse < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_content, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end  |