Class: Aws::DataExchange::Types::GetEventActionResponse

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

#actionTypes::Action

What occurs after a certain event.

Returns:



1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1389

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

#arnString

The ARN for the event action.

Returns:

  • (String)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1389

class GetEventActionResponse < 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)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1389

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

#eventTypes::Event

What occurs to start an action.

Returns:



1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1389

class GetEventActionResponse < 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)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1389

class GetEventActionResponse < 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)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1389

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