Class: Aws::DataExchange::Types::GetEventActionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_action_idString

The unique identifier for the event action.

Returns:

  • (String)


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