Class: Aws::SageMaker::Types::DescribeStudioLifecycleConfigRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeStudioLifecycleConfigRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #studio_lifecycle_config_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Amazon SageMaker AI Studio Lifecycle Configuration to describe.
 
Instance Attribute Details
#studio_lifecycle_config_name ⇒ String
The name of the Amazon SageMaker AI Studio Lifecycle Configuration to describe.
      18497 18498 18499 18500 18501  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 18497 class DescribeStudioLifecycleConfigRequest < Struct.new( :studio_lifecycle_config_name) SENSITIVE = [] include Aws::Structure end  |