Class: Aws::DataExchange::Types::GetEventActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::GetEventActionRequest
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_action_id ⇒ String
The unique identifier for the event action.
Instance Attribute Details
#event_action_id ⇒ String
The unique identifier for the event action.
1325 1326 1327 1328 1329 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1325 class GetEventActionRequest < Struct.new( :event_action_id) SENSITIVE = [] include Aws::Structure end |