Class: Aws::DataExchange::Types::UpdateEventActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::UpdateEventActionRequest
- 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_action_id ⇒ String
The unique identifier for the event action.
Instance Attribute Details
#action ⇒ Types::Action
What occurs after a certain event.
4170 4171 4172 4173 4174 4175 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 4170 class UpdateEventActionRequest < Struct.new( :action, :event_action_id) SENSITIVE = [] include Aws::Structure end |
#event_action_id ⇒ String
The unique identifier for the event action.
4170 4171 4172 4173 4174 4175 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 4170 class UpdateEventActionRequest < Struct.new( :action, :event_action_id) SENSITIVE = [] include Aws::Structure end |