Class: Aws::BedrockAgentRuntime::Types::ActionGroupInvocationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ActionGroupInvocationOutput
- 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
-
#text ⇒ String
The JSON-formatted string returned by the API invoked by the action group.
Instance Attribute Details
#text ⇒ String
The JSON-formatted string returned by the API invoked by the action group.
168 169 170 171 172 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 168 class ActionGroupInvocationOutput < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |