Class: Aws::NovaAct::Types::InvokeActStepRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#act_idString

The unique identifier of the act to invoke the next step for.

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 644

class InvokeActStepRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :call_results,
  :previous_step_id)
  SENSITIVE = []
  include Aws::Structure
end

#call_resultsArray<Types::CallResult>

The results from previous tool calls that the act requested.

Returns:



644
645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 644

class InvokeActStepRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :call_results,
  :previous_step_id)
  SENSITIVE = []
  include Aws::Structure
end

#previous_step_idString

The identifier of the previous step, used for tracking execution flow.

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 644

class InvokeActStepRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :call_results,
  :previous_step_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier of the session containing the act.

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 644

class InvokeActStepRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :call_results,
  :previous_step_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_definition_nameString

The name of the workflow definition containing the act.

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 644

class InvokeActStepRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :call_results,
  :previous_step_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_run_idString

The unique identifier of the workflow run containing the act.

Returns:

  • (String)


644
645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 644

class InvokeActStepRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :call_results,
  :previous_step_id)
  SENSITIVE = []
  include Aws::Structure
end