Class: Aws::SageMaker::Types::DescribeContextRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeContextRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #context_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the context to describe.
 
Instance Attribute Details
#context_name ⇒ String
The name of the context to describe.
      14021 14022 14023 14024 14025  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14021 class DescribeContextRequest < Struct.new( :context_name) SENSITIVE = [] include Aws::Structure end  |