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, :metadata] 
Instance Attribute Summary collapse
- 
  
    
      #metadata  ⇒ Types::Metadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains information about the action group output. 
- 
  
    
      #text  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The JSON-formatted string returned by the API invoked by the action group. 
Instance Attribute Details
#metadata ⇒ Types::Metadata
Contains information about the action group output.
| 172 173 174 175 176 177 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 172 class ActionGroupInvocationOutput < Struct.new( :text, :metadata) SENSITIVE = [:text, :metadata] include Aws::Structure end | 
#text ⇒ String
The JSON-formatted string returned by the API invoked by the action group.
| 172 173 174 175 176 177 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 172 class ActionGroupInvocationOutput < Struct.new( :text, :metadata) SENSITIVE = [:text, :metadata] include Aws::Structure end |