Class: Aws::BedrockAgentCoreControl::Types::ProtocolConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

The protocol configuration for an agent runtime. This structure defines how the agent runtime communicates with clients.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_protocolString

The server protocol for the agent runtime. This field specifies which protocol the agent runtime uses to communicate with clients.

Returns:

  • (String)


4587
4588
4589
4590
4591
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4587

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