Class: Aws::DataExchange::Types::EventActionEntry

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

Overview

An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::Action

What occurs after a certain event.

Returns:



1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-dataexchange/types.rb', line 1254

class EventActionEntry < Struct.new(
  :action,
  :arn,
  :created_at,
  :event,
  :id,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) for the event action.

Returns:

  • (String)


1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-dataexchange/types.rb', line 1254

class EventActionEntry < Struct.new(
  :action,
  :arn,
  :created_at,
  :event,
  :id,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the event action was created, in ISO 8601 format.

Returns:

  • (Time)


1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-dataexchange/types.rb', line 1254

class EventActionEntry < Struct.new(
  :action,
  :arn,
  :created_at,
  :event,
  :id,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#eventTypes::Event

What occurs to start an action.

Returns:



1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-dataexchange/types.rb', line 1254

class EventActionEntry < Struct.new(
  :action,
  :arn,
  :created_at,
  :event,
  :id,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the event action.

Returns:

  • (String)


1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-dataexchange/types.rb', line 1254

class EventActionEntry < Struct.new(
  :action,
  :arn,
  :created_at,
  :event,
  :id,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time that the event action was last updated, in ISO 8601 format.

Returns:

  • (Time)


1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/aws-sdk-dataexchange/types.rb', line 1254

class EventActionEntry < Struct.new(
  :action,
  :arn,
  :created_at,
  :event,
  :id,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end