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.
443 444 445 446 447 448 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 443 class CreateEventActionRequest < Struct.new( :action, :event) SENSITIVE = [] include Aws::Structure end |
#event ⇒ Types::Event
What occurs to start an action.
443 444 445 446 447 448 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 443 class CreateEventActionRequest < Struct.new( :action, :event) SENSITIVE = [] include Aws::Structure end |