Class: Aws::BedrockAgent::Types::UpdateAgentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateAgentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent  ⇒ Types::Agent 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the agent that was updated.
 
Instance Attribute Details
#agent ⇒ Types::Agent
Contains details about the agent that was updated.
      7257 7258 7259 7260 7261  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7257 class UpdateAgentResponse < Struct.new( :agent) SENSITIVE = [] include Aws::Structure end  |