Class: Aws::SupplyChain::Types::SendDataIntegrationEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::SendDataIntegrationEventResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1273 class SendDataIntegrationEventResponse < Struct.new( :event_id) SENSITIVE = [] include Aws::Structure end |