Class: Aws::SupplyChain::Types::GetDataIntegrationEventRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SupplyChain::Types::GetDataIntegrationEventRequest
 
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The request parameters for GetDataIntegrationEvent.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #event_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique event identifier. 
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services Supply Chain instance identifier. 
Instance Attribute Details
#event_id ⇒ String
The unique event identifier.
| 1439 1440 1441 1442 1443 1444 | # File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1439 class GetDataIntegrationEventRequest < Struct.new( :instance_id, :event_id) SENSITIVE = [] include Aws::Structure end | 
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
| 1439 1440 1441 1442 1443 1444 | # File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1439 class GetDataIntegrationEventRequest < Struct.new( :instance_id, :event_id) SENSITIVE = [] include Aws::Structure end |