Class: Aws::States::Types::TaskSucceededEventDetails

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

Overview

Contains details about the successful completion of a task state.

Constant Summary collapse

SENSITIVE =
[:output]

Instance Attribute Summary collapse

Instance Attribute Details

#outputString

The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Returns:

  • (String)


4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4004

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

#output_detailsTypes::HistoryEventExecutionDataDetails

Contains details about the output of an execution history event.



4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4004

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

#resourceString

The action of the resource called by a task state.

Returns:

  • (String)


4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4004

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

#resource_typeString

The service name of the resource in a task state.

Returns:

  • (String)


4004
4005
4006
4007
4008
4009
4010
4011
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4004

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