Class: Aws::DataExchange::Types::ListEventActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListEventActionsResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_actions ⇒ Array<Types::EventActionEntry>
The event action objects listed by the request.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#event_actions ⇒ Array<Types::EventActionEntry>
The event action objects listed by the request.
2336 2337 2338 2339 2340 2341 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2336 class ListEventActionsResponse < Struct.new( :event_actions, :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.
2336 2337 2338 2339 2340 2341 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2336 class ListEventActionsResponse < Struct.new( :event_actions, :next_token) SENSITIVE = [] include Aws::Structure end |