You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains details about a task submitted to a resource .

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#outputString

The response from a resource when a task has started. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Returns:

  • (String)

    The response from a resource when a task has started.

#output_detailsTypes::HistoryEventExecutionDataDetails

Contains details about the output of an execution history event.

Returns:

#resourceString

The service name of the resource in a task state.

Returns:

  • (String)

    The service name of the resource in a task state.

#resource_typeString

The action of the resource called by a task state.

Returns:

  • (String)

    The action of the resource called by a task state.