Class: Aws::DataExchange::Types::ListEventActionsRequest

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_source_idString

The unique identifier for the event source.

Returns:

  • (String)


2268
2269
2270
2271
2272
2273
2274
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2268

class ListEventActionsRequest < Struct.new(
  :event_source_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results returned by a single call.

Returns:

  • (Integer)


2268
2269
2270
2271
2272
2273
2274
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2268

class ListEventActionsRequest < Struct.new(
  :event_source_id,
  :max_results,
  :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)


2268
2269
2270
2271
2272
2273
2274
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2268

class ListEventActionsRequest < Struct.new(
  :event_source_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end