Class: Aws::SupplyChain::Types::SendDataIntegrationEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::SendDataIntegrationEventResponse
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The response parameters for SendDataIntegrationEvent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The unique event identifier.
Instance Attribute Details
#event_id ⇒ String
The unique event identifier.
1285 1286 1287 1288 1289 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1285 class SendDataIntegrationEventResponse < Struct.new( :event_id) SENSITIVE = [] include Aws::Structure end |