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.
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 |