Class: Aws::DataExchange::Types::CreateEventActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::CreateEventActionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::Action
What occurs after a certain event.
-
#event ⇒ Types::Event
What occurs to start an action.
Instance Attribute Details
#action ⇒ Types::Action
What occurs after a certain event.
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 |
#event ⇒ Types::Event
What occurs to start an action.
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 |