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

Class: Aws::States::Types::ActivityStartedEventDetails

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

Overview

Contains details about the start of an activity during an execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#worker_nameString

The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

Returns:

  • (String)

    The name of the worker that the task is assigned to.