Class: Aws::BedrockAgentCoreControl::Types::ProtocolConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ProtocolConfiguration
- 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
-
#server_protocol ⇒ String
The server protocol for the agent runtime.
Instance Attribute Details
#server_protocol ⇒ String
The server protocol for the agent runtime. This field specifies which protocol the agent runtime uses to communicate with clients.
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 |