Class: Aws::SageMaker::Types::DescribeLineageGroupRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DescribeLineageGroupRequest
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #lineage_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the lineage group. 
Instance Attribute Details
#lineage_group_name ⇒ String
The name of the lineage group.
| 17992 17993 17994 17995 17996 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17992 class DescribeLineageGroupRequest < Struct.new( :lineage_group_name) SENSITIVE = [] include Aws::Structure end |