Class: Aws::DataExchange::Types::UpdateEventActionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::Action

What occurs after a certain event.

Returns:



4170
4171
4172
4173
4174
4175
# File 'lib/aws-sdk-dataexchange/types.rb', line 4170

class UpdateEventActionRequest < Struct.new(
  :action,
  :event_action_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_action_idString

The unique identifier for the event action.

Returns:

  • (String)


4170
4171
4172
4173
4174
4175
# File 'lib/aws-sdk-dataexchange/types.rb', line 4170

class UpdateEventActionRequest < Struct.new(
  :action,
  :event_action_id)
  SENSITIVE = []
  include Aws::Structure
end