Class: Aws::DataExchange::Types::ListEventActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListEventActionsRequest
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_source_id ⇒ String
The unique identifier for the event source.
-
#max_results ⇒ Integer
The maximum number of results returned by a single call.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#event_source_id ⇒ String
The unique identifier for the event source.
2317 2318 2319 2320 2321 2322 2323 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2317 class ListEventActionsRequest < Struct.new( :event_source_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results returned by a single call.
2317 2318 2319 2320 2321 2322 2323 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2317 class ListEventActionsRequest < Struct.new( :event_source_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
2317 2318 2319 2320 2321 2322 2323 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2317 class ListEventActionsRequest < Struct.new( :event_source_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |