Class: Aws::DataExchange::Types::CreateEventActionRequest

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:



651
652
653
654
655
656
# File 'lib/aws-sdk-dataexchange/types.rb', line 651

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

#eventTypes::Event

What occurs to start an action.

Returns:



651
652
653
654
655
656
# File 'lib/aws-sdk-dataexchange/types.rb', line 651

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