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

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:



443
444
445
446
447
448
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 443

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

#eventTypes::Event

What occurs to start an action.

Returns:



443
444
445
446
447
448
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 443

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