Class: Aws::States::Types::TaskStartedEventDetails

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

Overview

Contains details about the start of a task during an execution.

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

The service name of the resource in a task state.

Returns:

  • (String)


1791
1792
1793
1794
1795
# File 'lib/aws-sdk-states/types.rb', line 1791

class TaskStartedEventDetails < Struct.new(
  :resource_type,
  :resource)
  include Aws::Structure
end

#resource_typeString

The action of the resource called by a task state.

Returns:

  • (String)


1791
1792
1793
1794
1795
# File 'lib/aws-sdk-states/types.rb', line 1791

class TaskStartedEventDetails < Struct.new(
  :resource_type,
  :resource)
  include Aws::Structure
end