Class: Aws::NovaAct::Types::InvokeActStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::InvokeActStepRequest
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#act_id ⇒ String
The unique identifier of the act to invoke the next step for.
-
#call_results ⇒ Array<Types::CallResult>
The results from previous tool calls that the act requested.
-
#previous_step_id ⇒ String
The identifier of the previous step, used for tracking execution flow.
-
#session_id ⇒ String
The unique identifier of the session containing the act.
-
#workflow_definition_name ⇒ String
The name of the workflow definition containing the act.
-
#workflow_run_id ⇒ String
The unique identifier of the workflow run containing the act.
Instance Attribute Details
#act_id ⇒ String
The unique identifier of the act to invoke the next step for.
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_results ⇒ Array<Types::CallResult>
The results from previous tool calls that the act requested.
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_id ⇒ String
The identifier of the previous step, used for tracking execution flow.
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_id ⇒ String
The unique identifier of the session containing the act.
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_name ⇒ String
The name of the workflow definition containing the act.
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_id ⇒ String
The unique identifier of the workflow run containing the act.
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 |