Class: Aws::SupplyChain::Types::SendDataIntegrationEventResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_idString

The unique event identifier.

Returns:

  • (String)


226
227
228
229
230
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 226

class SendDataIntegrationEventResponse < Struct.new(
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end