Class: Aws::BedrockAgent::Types::CreateAgentResponse

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 created.

Returns:



2091
2092
2093
2094
2095
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2091

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