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)


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_resultsInteger

The maximum number of results returned by a single call.

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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