Class: Aws::DataExchange::Types::DeleteEventActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::DeleteEventActionRequest
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Note:
When making an API call, you may pass DeleteEventActionRequest data as a hash:
{
event_action_id: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#event_action_id ⇒ String
954 955 956 957 958 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 954 class DeleteEventActionRequest < Struct.new( :event_action_id) SENSITIVE = [] include Aws::Structure end |