Class: Aws::BedrockAgent::Types::UpdateAgentActionGroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateAgentActionGroupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_action_group  ⇒ Types::AgentActionGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the action group that was updated.
 
Instance Attribute Details
#agent_action_group ⇒ Types::AgentActionGroup
Contains details about the action group that was updated.
      3891 3892 3893 3894 3895  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3891 class UpdateAgentActionGroupResponse < Struct.new( :agent_action_group) SENSITIVE = [] include Aws::Structure end  |