Class: Aws::BedrockAgent::Types::GetAgentResponse

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.

Returns:



1973
1974
1975
1976
1977
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1973

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