Class: Aws::DataExchange::Types::GetEventActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::GetEventActionRequest
- Includes:
- Structure
- Defined in:
- 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.
1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1738 class GetEventActionRequest < Struct.new( :event_action_id) SENSITIVE = [] include Aws::Structure end |