Class: Aws::States::Types::TaskSubmittedEventDetails

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

Overview

Contains details about a task submitted to a resource .

Constant Summary collapse

SENSITIVE =
[:output]

Instance Attribute Summary collapse

Instance Attribute Details

#outputString

The response from a resource when a task has started. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Returns:

  • (String)


3972
3973
3974
3975
3976
3977
3978
3979
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3972

class TaskSubmittedEventDetails < 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.



3972
3973
3974
3975
3976
3977
3978
3979
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3972

class TaskSubmittedEventDetails < 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)


3972
3973
3974
3975
3976
3977
3978
3979
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3972

class TaskSubmittedEventDetails < 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)


3972
3973
3974
3975
3976
3977
3978
3979
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3972

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