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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


163
164
165
166
167
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 163

class ActivityStartedEventDetails < Struct.new(
  :worker_name)
  SENSITIVE = []
  include Aws::Structure
end