Class: Aws::States::Types::TaskStartedEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::TaskStartedEventDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Contains details about the start of a task during an execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
The action of the resource called by a task state.
-
#resource_type ⇒ String
The service name of the resource in a task state.
Instance Attribute Details
#resource ⇒ String
The action of the resource called by a task state.
4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-states/types.rb', line 4116 class TaskStartedEventDetails < Struct.new( :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The service name of the resource in a task state.
4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-states/types.rb', line 4116 class TaskStartedEventDetails < Struct.new( :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |