Class: Aws::States::Types::ActivityStartedEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ActivityStartedEventDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#worker_name ⇒ String
The name of the worker that the task is assigned to.
Instance Attribute Details
#worker_name ⇒ String
The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.
176 177 178 179 180 |
# File 'lib/aws-sdk-states/types.rb', line 176 class ActivityStartedEventDetails < Struct.new( :worker_name) SENSITIVE = [] include Aws::Structure end |