Class: Aws::States::Types::TaskSubmittedEventDetails

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

Overview

Contains details about a task submitted to a resource .

Instance Attribute Summary collapse

Instance Attribute Details

#outputString

The response from a resource when a task has started.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
# File 'lib/aws-sdk-states/types.rb', line 1842

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

#resourceString

The service name of the resource in a task state.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
# File 'lib/aws-sdk-states/types.rb', line 1842

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

#resource_typeString

The action of the resource called by a task state.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
# File 'lib/aws-sdk-states/types.rb', line 1842

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