Class: Aws::SupplyChain::Types::ListDataIntegrationEventsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-supplychain/types.rb

Overview

The request parameters for ListDataIntegrationEvents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeString

List data integration events for the specified eventType.



1764
1765
1766
1767
1768
1769
1770
1771
# File 'lib/aws-sdk-supplychain/types.rb', line 1764

class ListDataIntegrationEventsRequest < Struct.new(
  :instance_id,
  :event_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The Amazon Web Services Supply Chain instance identifier.



1764
1765
1766
1767
1768
1769
1770
1771
# File 'lib/aws-sdk-supplychain/types.rb', line 1764

class ListDataIntegrationEventsRequest < Struct.new(
  :instance_id,
  :event_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specify the maximum number of data integration events to fetch in one paginated request.



1764
1765
1766
1767
1768
1769
1770
1771
# File 'lib/aws-sdk-supplychain/types.rb', line 1764

class ListDataIntegrationEventsRequest < Struct.new(
  :instance_id,
  :event_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to fetch the next page of the data integration events.



1764
1765
1766
1767
1768
1769
1770
1771
# File 'lib/aws-sdk-supplychain/types.rb', line 1764

class ListDataIntegrationEventsRequest < Struct.new(
  :instance_id,
  :event_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end