Class: Aws::SupplyChain::Types::SendDataIntegrationEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::SendDataIntegrationEventRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The request parameters for SendDataIntegrationEvent.
Constant Summary collapse
- SENSITIVE =
[:data]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The idempotent client token.
-
#data ⇒ String
The data payload of the event.
-
#event_group_id ⇒ String
Event identifier (for example, orderId for InboundOrder) used for data sharing or partitioning.
-
#event_timestamp ⇒ Time
The event timestamp (in epoch seconds).
-
#event_type ⇒ String
The data event type.
-
#instance_id ⇒ String
The AWS Supply Chain instance identifier.
Instance Attribute Details
#client_token ⇒ String
The idempotent client token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1254 class SendDataIntegrationEventRequest < Struct.new( :instance_id, :event_type, :data, :event_group_id, :event_timestamp, :client_token) SENSITIVE = [:data] include Aws::Structure end |
#data ⇒ String
The data payload of the event. For more information on the data schema to use, see [Data entities supported in AWS Supply Chain ][1].
[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1254 class SendDataIntegrationEventRequest < Struct.new( :instance_id, :event_type, :data, :event_group_id, :event_timestamp, :client_token) SENSITIVE = [:data] include Aws::Structure end |
#event_group_id ⇒ String
Event identifier (for example, orderId for InboundOrder) used for data sharing or partitioning.
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1254 class SendDataIntegrationEventRequest < Struct.new( :instance_id, :event_type, :data, :event_group_id, :event_timestamp, :client_token) SENSITIVE = [:data] include Aws::Structure end |
#event_timestamp ⇒ Time
The event timestamp (in epoch seconds).
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1254 class SendDataIntegrationEventRequest < Struct.new( :instance_id, :event_type, :data, :event_group_id, :event_timestamp, :client_token) SENSITIVE = [:data] include Aws::Structure end |
#event_type ⇒ String
The data event type.
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1254 class SendDataIntegrationEventRequest < Struct.new( :instance_id, :event_type, :data, :event_group_id, :event_timestamp, :client_token) SENSITIVE = [:data] include Aws::Structure end |
#instance_id ⇒ String
The AWS Supply Chain instance identifier.
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1254 class SendDataIntegrationEventRequest < Struct.new( :instance_id, :event_type, :data, :event_group_id, :event_timestamp, :client_token) SENSITIVE = [:data] include Aws::Structure end |