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

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

Overview

Update Agent Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agentTypes::Agent

Contains the information of an agent

Returns:



3212
3213
3214
3215
3216
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3212

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