Class: Aws::NovaAct::Types::InvokeActStepResponse

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

#callsArray<Types::Call>

A list of tool calls that the act wants to execute in this step.

Returns:



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_idString

The unique identifier for this execution step.

Returns:

  • (String)


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