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:



7311
7312
7313
7314
7315
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7311

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