Module: AWSCDK::BedrockAgentCore::IGatewayProtocolConfig
- Included in:
- McpProtocolConfiguration
- Defined in:
- bedrock_agent_core/i_gateway_protocol_config.rb
Overview
Abstract interface for gateway protocol configuration.
Class Method Summary collapse
Instance Method Summary collapse
-
#protocol_type ⇒ String
The protocol type.
Class Method Details
.jsii_overridable_methods ⇒ Object
14 15 16 17 18 |
# File 'bedrock_agent_core/i_gateway_protocol_config.rb', line 14 def self.jsii_overridable_methods { :protocol_type => { kind: :property, name: "protocolType", is_optional: false }, } end |
Instance Method Details
#protocol_type ⇒ String
The protocol type.
10 11 12 |
# File 'bedrock_agent_core/i_gateway_protocol_config.rb', line 10 def protocol_type() jsii_get_property("protocolType") end |