Class: Aws::DataExchange::Types::ListEventActionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_actionsArray<Types::EventActionEntry>

The event action objects listed by the request.

Returns:



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_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


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