Class: Aws::States::Types::TaskStartedEventDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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

Instance Attribute Details

#resourceString

The action of the resource called by a task state.

Returns:

  • (String)


3913
3914
3915
3916
3917
3918
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3913

class TaskStartedEventDetails < Struct.new(
  :resource_type,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The service name of the resource in a task state.

Returns:

  • (String)


3913
3914
3915
3916
3917
3918
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3913

class TaskStartedEventDetails < Struct.new(
  :resource_type,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end