Class: Aws::Types::MCPServerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MCPServerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tool_details ⇒ ::Array[Types::MCPToolDetail]
Returns the value of attribute tool_details.
-
#tools ⇒ ::Array[::String]
Returns the value of attribute tools.
Instance Attribute Details
#tool_details ⇒ ::Array[Types::MCPToolDetail]
Returns the value of attribute tool_details.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def tool_details @tool_details end |
#tools ⇒ ::Array[::String]
Returns the value of attribute tools.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def tools @tools end |