Class: Aws::BedrockAgentRuntime::Types::ActionGroupInvocationOutput

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

Overview

Contains the JSON-formatted string returned by the API invoked by the action group.

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The JSON-formatted string returned by the API invoked by the action group.

Returns:

  • (String)


83
84
85
86
87
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 83

class ActionGroupInvocationOutput < Struct.new(
  :text)
  SENSITIVE = [:text]
  include Aws::Structure
end