Class: Aws::BedrockAgent::Types::UpdateAgentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agentTypes::Agent

Contains details about the agent that was updated.

Returns:



7464
7465
7466
7467
7468
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7464

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