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.
1355 1356 1357 1358 1359 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1355 class GetEventActionRequest < Struct.new( :event_action_id) SENSITIVE = [] include Aws::Structure end |