Class: Aws::SupplyChain::Types::ListDataIntegrationEventsResponse

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

Overview

The response parameters for ListDataIntegrationEvents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::DataIntegrationEvent>

The list of data integration events.

Returns:



1786
1787
1788
1789
1790
1791
# File 'lib/aws-sdk-supplychain/types.rb', line 1786

class ListDataIntegrationEventsResponse < Struct.new(
  :events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to fetch the next page of the ListDataIntegrationEvents.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
# File 'lib/aws-sdk-supplychain/types.rb', line 1786

class ListDataIntegrationEventsResponse < Struct.new(
  :events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end