Class: Aws::SupplyChain::Types::ListDataIntegrationEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ListDataIntegrationEventsRequest
- 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
-
#event_type ⇒ String
List data integration events for the specified eventType.
-
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
-
#max_results ⇒ Integer
Specify the maximum number of data integration events to fetch in one paginated request.
-
#next_token ⇒ String
The pagination token to fetch the next page of the data integration events.
Instance Attribute Details
#event_type ⇒ String
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_id ⇒ String
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_results ⇒ Integer
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_token ⇒ String
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 |