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)


3896
3897
3898
3899
3900
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3896

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