Class: Aws::NovaAct::Types::InvokeActStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::InvokeActStepResponse
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calls ⇒ Array<Types::Call>
A list of tool calls that the act wants to execute in this step.
-
#step_id ⇒ String
The unique identifier for this execution step.
Instance Attribute Details
#calls ⇒ Array<Types::Call>
A list of tool calls that the act wants to execute in this step.
665 666 667 668 669 670 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 665 class InvokeActStepResponse < Struct.new( :calls, :step_id) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The unique identifier for this execution step.
665 666 667 668 669 670 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 665 class InvokeActStepResponse < Struct.new( :calls, :step_id) SENSITIVE = [] include Aws::Structure end |