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:



1607
1608
1609
1610
1611
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1607

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