Class: Aws::DataZone::Types::PostLineageEventOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataZone::Types::PostLineageEventOutput
 
 
- Defined in:
 - gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the domain.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the lineage event.
 
Instance Attribute Details
#domain_id ⇒ String
The ID of the domain.
      15827 15828 15829 15830 15831 15832  | 
    
      # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15827 class PostLineageEventOutput < Struct.new( :domain_id, :id) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the lineage event.
      15827 15828 15829 15830 15831 15832  | 
    
      # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15827 class PostLineageEventOutput < Struct.new( :domain_id, :id) SENSITIVE = [] include Aws::Structure end  |