Class: Aws::AgentRegistryControl::Types::AgentCoreRuntimeProtocolConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::AgentCoreRuntimeProtocolConfiguration
- Defined in:
- gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb
Overview
Protocol configuration for an AgentCore Runtime.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_protocol ⇒ String
The server protocol used by an AgentCore Runtime.
Instance Attribute Details
#server_protocol ⇒ String
The server protocol used by an AgentCore Runtime.
109 110 111 112 113 |
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 109 class AgentCoreRuntimeProtocolConfiguration < Struct.new( :server_protocol) SENSITIVE = [] include Aws::Structure end |