Class: Aws::SupplyChain::Types::ListDataIntegrationEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ListDataIntegrationEventsResponse
- 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
-
#events ⇒ Array<Types::DataIntegrationEvent>
The list of data integration events.
-
#next_token ⇒ String
The pagination token to fetch the next page of the ListDataIntegrationEvents.
Instance Attribute Details
#events ⇒ Array<Types::DataIntegrationEvent>
The list of data integration events.
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_token ⇒ String
The pagination token to fetch the next page of the ListDataIntegrationEvents.
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 |