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

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

#actionTypes::Action

What occurs after a certain event.

Returns:



3557
3558
3559
3560
3561
3562
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3557

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)


3557
3558
3559
3560
3561
3562
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3557

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