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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



3727
3728
3729
3730
3731
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3727

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