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.
2287 2288 2289 2290 2291 2292 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2287 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.
2287 2288 2289 2290 2291 2292 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2287 class ListEventActionsResponse < Struct.new( :event_actions, :next_token) SENSITIVE = [] include Aws::Structure end |